64 #ifndef __vtkClipPolyData_h
65 #define __vtkClipPolyData_h
86 vtkSetMacro(Value,
double);
87 vtkGetMacro(Value,
double);
96 vtkSetMacro(InsideOut,
int);
97 vtkGetMacro(InsideOut,
int);
98 vtkBooleanMacro(InsideOut,
int);
114 vtkSetMacro(GenerateClipScalars,
int);
115 vtkGetMacro(GenerateClipScalars,
int);
116 vtkBooleanMacro(GenerateClipScalars,
int);
122 vtkSetMacro(GenerateClippedOutput,
int);
123 vtkGetMacro(GenerateClippedOutput,
int);
124 vtkBooleanMacro(GenerateClippedOutput,
int);
147 void CreateDefaultLocator();
abstract interface for implicit functions
vtkAlgorithmOutput * GetOutputPort()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
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
clip polygonal data with user-specified implicit function or input scalar data
int GenerateClippedOutput