74 #ifndef vtkContourLoopExtraction_h
75 #define vtkContourLoopExtraction_h
77 #include "vtkFiltersModelingModule.h"
80 #define VTK_LOOP_CLOSURE_OFF 0
81 #define VTK_LOOP_CLOSURE_BOUNDARY 1
82 #define VTK_LOOP_CLOSURE_ALL 2
84 #define VTK_OUTPUT_POLYGONS 0
85 #define VTK_OUTPUT_POLYLINES 1
86 #define VTK_OUTPUT_BOTH 2
108 vtkGetMacro(LoopClosure,
int);
112 const char* GetLoopClosureAsString();
121 vtkSetMacro(ScalarThresholding,
bool);
122 vtkGetMacro(ScalarThresholding,
bool);
123 vtkBooleanMacro(ScalarThresholding,
bool);
132 vtkSetVector2Macro(ScalarRange,
double);
133 vtkGetVector2Macro(ScalarRange,
double);
141 vtkSetVector3Macro(
Normal,
double);
142 vtkGetVector3Macro(
Normal,
double);
152 vtkGetMacro(OutputMode,
int);
156 const char* GetOutputModeAsString();
169 vtkSetMacro(CleanPoints,
bool);
170 vtkGetMacro(CleanPoints,
bool);
171 vtkBooleanMacro(CleanPoints,
bool);
180 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.