33 #ifndef VTK_LINEAR_SELECTOR_H
34 #define VTK_LINEAR_SELECTOR_H
55 vtkSetVector3Macro(StartPoint,
double);
56 vtkGetVectorMacro(StartPoint,
double,3);
61 vtkSetVector3Macro(EndPoint,
double);
62 vtkGetVectorMacro(EndPoint,
double,3);
73 vtkSetMacro(Tolerance,
double);
74 vtkGetMacro(Tolerance,
double);
79 vtkSetMacro(IncludeVertices,
bool);
80 vtkGetMacro(IncludeVertices,
bool);
81 vtkBooleanMacro(IncludeVertices,
bool);
86 vtkSetClampMacro(VertexEliminationTolerance,
double,0.,.1 );
87 vtkGetMacro(VertexEliminationTolerance,
double);
111 double StartPoint[3];
123 bool IncludeVertices;
127 double VertexEliminationTolerance;
132 #endif // VTK_LINEAR_SELECTOR_H
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
dynamic, self-adjusting array of double
select cells intersecting a line (possibly broken)
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate 3D points