33#ifndef vtkLinearSelector_h
34#define vtkLinearSelector_h
36#include "vtkFiltersSelectionModule.h"
57 vtkSetVector3Macro(StartPoint,
double);
58 vtkGetVectorMacro(StartPoint,
double, 3);
65 vtkSetVector3Macro(EndPoint,
double);
66 vtkGetVectorMacro(EndPoint,
double, 3);
81 vtkSetMacro(Tolerance,
double);
82 vtkGetMacro(Tolerance,
double);
89 vtkSetMacro(IncludeVertices,
bool);
90 vtkGetMacro(IncludeVertices,
bool);
91 vtkBooleanMacro(IncludeVertices,
bool);
98 vtkSetClampMacro(VertexEliminationTolerance,
double, 0., .1);
99 vtkGetMacro(VertexEliminationTolerance,
double);
126 double StartPoint[3];
145 bool IncludeVertices;
152 double VertexEliminationTolerance;
Proxy object to connect input/output ports.
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
virtual void SetPoints(vtkPoints *)
Set/Get the list of points defining the intersecting broken line.
~vtkLinearSelector() override
static vtkLinearSelector * New()
represent and manipulate 3D points