64 #ifndef vtkClipPolyData_h
65 #define vtkClipPolyData_h
87 vtkSetMacro(Value,
double);
88 vtkGetMacro(Value,
double);
97 vtkSetMacro(InsideOut,
int);
98 vtkGetMacro(InsideOut,
int);
99 vtkBooleanMacro(InsideOut,
int);
115 vtkSetMacro(GenerateClipScalars,
int);
116 vtkGetMacro(GenerateClipScalars,
int);
117 vtkBooleanMacro(GenerateClipScalars,
int);
123 vtkSetMacro(GenerateClippedOutput,
int);
124 vtkGetMacro(GenerateClippedOutput,
int);
125 vtkBooleanMacro(GenerateClippedOutput,
int);
148 void CreateDefaultLocator();
157 vtkSetMacro(OutputPointsPrecision,
int);
158 vtkGetMacro(OutputPointsPrecision,
int);
abstract interface for implicit functions
vtkAlgorithmOutput * GetOutputPort()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
#define VTKFILTERSCORE_EXPORT
Abstract class in support of both point location and point insertion.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkAlgorithmOutput * GetClippedOutputPort()
vtkImplicitFunction * ClipFunction
int OutputPointsPrecision
clip polygonal data with user-specified implicit function or input scalar data
int GenerateClippedOutput