32 #ifndef VTK_LINEAR_SELECTOR_H
33 #define VTK_LINEAR_SELECTOR_H
35 #include "vtkCommonExecutionModelModule.h"
54 vtkSetVector3Macro(StartPoint,
double);
55 vtkGetVectorMacro(StartPoint,
double,3);
60 vtkSetVector3Macro(EndPoint,
double);
61 vtkGetVectorMacro(EndPoint,
double,3);
72 vtkSetMacro(Tolerance,
double);
73 vtkGetMacro(Tolerance,
double);
78 vtkSetMacro(IncludeVertices,
bool);
79 vtkGetMacro(IncludeVertices,
bool);
80 vtkBooleanMacro(IncludeVertices,
bool);
85 vtkSetClampMacro(VertexEliminationTolerance,
double,0.,.1 );
86 vtkGetMacro(VertexEliminationTolerance,
double);
110 double StartPoint[3];
122 bool IncludeVertices;
126 double VertexEliminationTolerance;
131 #endif // VTK_LINEAR_SELECTOR_H