21 #ifndef vtkLinearSelector_h
22 #define vtkLinearSelector_h
24 #include "vtkFiltersSelectionModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetVector3Macro(StartPoint,
double);
47 vtkGetVectorMacro(StartPoint,
double, 3);
54 vtkSetVector3Macro(EndPoint,
double);
55 vtkGetVectorMacro(EndPoint,
double, 3);
70 vtkSetMacro(Tolerance,
double);
71 vtkGetMacro(Tolerance,
double);
78 vtkSetMacro(IncludeVertices,
bool);
79 vtkGetMacro(IncludeVertices,
bool);
80 vtkBooleanMacro(IncludeVertices,
bool);
87 vtkSetClampMacro(VertexEliminationTolerance,
double, 0., .1);
88 vtkGetMacro(VertexEliminationTolerance,
double);
115 double StartPoint[3];
134 bool IncludeVertices;
141 double VertexEliminationTolerance;
145 VTK_ABI_NAMESPACE_END
146 #endif // vtkLinearSelector_h
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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)
This is called by the superclass.
represent and manipulate 3D points