60 #ifndef vtkContourLoopExtraction_h 61 #define vtkContourLoopExtraction_h 63 #include "vtkFiltersModelingModule.h" 66 #define VTK_LOOP_CLOSURE_OFF 0 67 #define VTK_LOOP_CLOSURE_BOUNDARY 1 68 #define VTK_LOOP_CLOSURE_ALL 2 89 vtkGetMacro(LoopClosure,
int);
96 const char *GetLoopClosureAsString();
105 vtkSetMacro(ScalarThresholding,
bool);
106 vtkGetMacro(ScalarThresholding,
bool);
107 vtkBooleanMacro(ScalarThresholding,
bool);
116 vtkSetVector2Macro(ScalarRange,
double);
117 vtkGetVector2Macro(ScalarRange,
double);
125 vtkSetVector3Macro(
Normal,
double);
126 vtkGetVector3Macro(
Normal,
double);
135 double ScalarRange[2];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.