71#ifndef vtkContourLoopExtraction_h
72#define vtkContourLoopExtraction_h
74#include "vtkFiltersModelingModule.h"
77#define VTK_LOOP_CLOSURE_OFF 0
78#define VTK_LOOP_CLOSURE_BOUNDARY 1
79#define VTK_LOOP_CLOSURE_ALL 2
81#define VTK_OUTPUT_POLYGONS 0
82#define VTK_OUTPUT_POLYLINES 1
83#define VTK_OUTPUT_BOTH 2
105 vtkGetMacro(LoopClosure,
int);
118 vtkSetMacro(ScalarThresholding,
bool);
119 vtkGetMacro(ScalarThresholding,
bool);
120 vtkBooleanMacro(ScalarThresholding,
bool);
129 vtkSetVector2Macro(ScalarRange,
double);
130 vtkGetVector2Macro(ScalarRange,
double);
138 vtkSetVector3Macro(Normal,
double);
139 vtkGetVector3Macro(Normal,
double);
149 vtkGetMacro(OutputMode,
int);
166 vtkSetMacro(CleanPoints,
bool);
167 vtkGetMacro(CleanPoints,
bool);
168 vtkBooleanMacro(CleanPoints,
bool);
177 double ScalarRange[2];
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.