31 #ifndef vtkLinearSelector_h
32 #define vtkLinearSelector_h
34 #include "vtkFiltersSelectionModule.h"
55 vtkSetVector3Macro(StartPoint,
double);
56 vtkGetVectorMacro(StartPoint,
double,3);
63 vtkSetVector3Macro(EndPoint,
double);
64 vtkGetVectorMacro(EndPoint,
double,3);
80 vtkGetMacro(Tolerance,
double);
88 vtkGetMacro(IncludeVertices,
bool);
96 vtkSetClampMacro(VertexEliminationTolerance,
double,0.,.1 );
97 vtkGetMacro(VertexEliminationTolerance,
double);
125 double StartPoint[3];
144 bool IncludeVertices;
151 double VertexEliminationTolerance;
156 #endif // vtkLinearSelector_h
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points