Go to the documentation of this file.
64 #ifndef vtkClipPolyData_h
65 #define vtkClipPolyData_h
vtkAlgorithmOutput * GetClippedOutputPort()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetObjectMacro(name, type)
vtkIncrementalPointLocator * Locator
vtkAlgorithmOutput * GetOutputPort()
void CreateDefaultLocator()
#define vtkTypeMacro(thisClass, superclass)
virtual void SetClipFunction(vtkImplicitFunction *)
int GenerateClippedOutput
vtkClipPolyData(vtkImplicitFunction *cf=NULL)
abstract interface for implicit functions
static vtkClipPolyData * New()
vtkImplicitFunction * ClipFunction
void SetLocator(vtkIncrementalPointLocator *locator)
vtkPolyData * GetClippedOutput()
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
#define vtkGetMacro(name, type)
int OutputPointsPrecision
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
clip polygonal data with user-specified implicit function or input scalar data
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent)
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.