62 #ifndef vtkContourLoopExtraction_h 63 #define vtkContourLoopExtraction_h 65 #include "vtkFiltersModelingModule.h" 68 #define VTK_LOOP_CLOSURE_OFF 0 69 #define VTK_LOOP_CLOSURE_BOUNDARY 1 70 #define VTK_LOOP_CLOSURE_ALL 2 91 vtkGetMacro(LoopClosure,
int);
98 const char *GetLoopClosureAsString();
108 vtkGetMacro(ScalarThresholding,
bool);
118 vtkSetVector2Macro(ScalarRange,
double);
119 vtkGetVector2Macro(ScalarRange,
double);
127 vtkSetVector3Macro(
Normal,
double);
128 vtkGetVector3Macro(
Normal,
double);
137 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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.