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);
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);
169 vtkSetMacro(CleanPoints,
bool);
170 vtkGetMacro(CleanPoints,
bool);
171 vtkBooleanMacro(CleanPoints,
bool);
180 double ScalarRange[2];
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.