59 #ifndef vtkContourLoopExtraction_h 60 #define vtkContourLoopExtraction_h 62 #include "vtkFiltersModelingModule.h" 65 #define VTK_LOOP_CLOSURE_OFF 0 66 #define VTK_LOOP_CLOSURE_BOUNDARY 1 67 #define VTK_LOOP_CLOSURE_ALL 2 88 vtkGetMacro(LoopClosure,
int);
95 const char *GetLoopClosureAsString();
105 vtkGetMacro(ScalarThresholding,
bool);
115 vtkSetVector2Macro(ScalarRange,
double);
116 vtkGetVector2Macro(ScalarRange,
double);
124 vtkSetVector3Macro(
Normal,
double);
125 vtkGetVector3Macro(
Normal,
double);
134 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.