#include <src/vtk/DRCFilters/vtkPlaneSegmentation.h>
|
| | vtkTypeMacro (vtkPlaneSegmentation, vtkPolyDataAlgorithm) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| | vtkSetMacro (DistanceThreshold, double) |
| |
| | vtkGetMacro (DistanceThreshold, double) |
| |
| | vtkSetMacro (MaxIterations, int) |
| |
| | vtkGetMacro (MaxIterations, int) |
| |
| | vtkGetVector4Macro (PlaneCoefficients, double) |
| |
| | vtkGetVector3Macro (PlaneOrigin, double) |
| |
| | vtkGetVector3Macro (PlaneNormal, double) |
| |
| | vtkSetMacro (PerpendicularConstraintEnabled, bool) |
| |
| | vtkGetMacro (PerpendicularConstraintEnabled, bool) |
| |
| | vtkSetMacro (AngleEpsilon, double) |
| |
| | vtkGetMacro (AngleEpsilon, double) |
| |
| | vtkGetVector3Macro (PerpendicularAxis, double) |
| |
| | vtkSetVector3Macro (PerpendicularAxis, double) |
| |
Definition at line 7 of file vtkPlaneSegmentation.h.
| vtkPlaneSegmentation::vtkPlaneSegmentation |
( |
| ) |
|
|
protected |
| virtual vtkPlaneSegmentation::~vtkPlaneSegmentation |
( |
| ) |
|
|
protectedvirtual |
| void vtkPlaneSegmentation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| virtual int vtkPlaneSegmentation::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
| vtkPlaneSegmentation::vtkGetVector3Macro |
( |
PlaneOrigin |
, |
|
|
double |
|
|
) |
| |
| vtkPlaneSegmentation::vtkGetVector3Macro |
( |
PlaneNormal |
, |
|
|
double |
|
|
) |
| |
| double vtkPlaneSegmentation::AngleEpsilon |
|
protected |
| double vtkPlaneSegmentation::DistanceThreshold |
|
protected |
| int vtkPlaneSegmentation::MaxIterations |
|
protected |
| double vtkPlaneSegmentation::PerpendicularAxis[3] |
|
protected |
| bool vtkPlaneSegmentation::PerpendicularConstraintEnabled |
|
protected |
| double vtkPlaneSegmentation::PlaneCoefficients[4] |
|
protected |
| double vtkPlaneSegmentation::PlaneNormal[3] |
|
protected |
| double vtkPlaneSegmentation::PlaneOrigin[3] |
|
protected |
The documentation for this class was generated from the following file: