70#ifndef vtkContourLoopExtraction_h
71#define vtkContourLoopExtraction_h
73#include "vtkFiltersModelingModule.h"
76#define VTK_LOOP_CLOSURE_OFF 0
77#define VTK_LOOP_CLOSURE_BOUNDARY 1
78#define VTK_LOOP_CLOSURE_ALL 2
80#define VTK_OUTPUT_POLYGONS 0
81#define VTK_OUTPUT_POLYLINES 1
82#define VTK_OUTPUT_BOTH 2
104 vtkGetMacro(LoopClosure,
int);
117 vtkSetMacro(ScalarThresholding,
bool);
118 vtkGetMacro(ScalarThresholding,
bool);
119 vtkBooleanMacro(ScalarThresholding,
bool);
128 vtkSetVector2Macro(ScalarRange,
double);
129 vtkGetVector2Macro(ScalarRange,
double);
137 vtkSetVector3Macro(Normal,
double);
138 vtkGetVector3Macro(Normal,
double);
148 vtkGetMacro(OutputMode,
int);
161 double ScalarRange[2];
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.