 |
VTK
9.0.1
|
Go to the documentation of this file.
30 #ifndef vtkLinearSelector_h
31 #define vtkLinearSelector_h
33 #include "vtkFiltersSelectionModule.h"
54 vtkSetVector3Macro(StartPoint,
double);
55 vtkGetVectorMacro(StartPoint,
double, 3);
62 vtkSetVector3Macro(EndPoint,
double);
63 vtkGetVectorMacro(EndPoint,
double, 3);
78 vtkSetMacro(Tolerance,
double);
79 vtkGetMacro(Tolerance,
double);
86 vtkSetMacro(IncludeVertices,
bool);
87 vtkGetMacro(IncludeVertices,
bool);
88 vtkBooleanMacro(IncludeVertices,
bool);
95 vtkSetClampMacro(VertexEliminationTolerance,
double, 0., .1);
96 vtkGetMacro(VertexEliminationTolerance,
double);
123 double StartPoint[3];
142 bool IncludeVertices;
149 double VertexEliminationTolerance;
153 #endif // vtkLinearSelector_h
represent and manipulate 3D points
static vtkLinearSelector * New()
select cells intersecting a line (possibly broken)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void SetPoints(vtkPoints *)
Set/Get the list of points defining the intersecting broken line.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkLinearSelector() override
a simple class to control print indentation
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
Superclass for algorithms that produce only Selection as output.
dynamic, self-adjusting array of double
void SeekIntersectingCells(vtkDataSet *input, vtkIdTypeArray *outIndices)
The main routine that iterates over cells and looks for those that intersect at least one of the segm...