Go to the documentation of this file.
65 #ifndef vtkClipPolyData_h
66 #define vtkClipPolyData_h
68 #include "vtkFiltersCoreModule.h"
93 vtkSetMacro(Value,
double);
94 vtkGetMacro(Value,
double);
185 vtkSetMacro(OutputPointsPrecision,
int);
186 vtkGetMacro(OutputPointsPrecision,
int);
vtkAlgorithmOutput * GetClippedOutputPort()
Return the output port (a vtkAlgorithmOutput) of the clipped output.
~vtkClipPolyData() override
vtkIncrementalPointLocator * Locator
vtkTypeBool GenerateClippedOutput
vtkAlgorithmOutput * GetOutputPort()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void CreateDefaultLocator()
Create default locator.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetClipFunction(vtkImplicitFunction *)
Specify the implicit function with which to perform the clipping.
vtkMTimeType GetMTime() override
Return the mtime also considering the locator and clip function.
abstract interface for implicit functions
static vtkClipPolyData * New()
Construct with user-specified implicit function; InsideOut turned off; value set to 0....
vtkImplicitFunction * ClipFunction
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
vtkClipPolyData(vtkImplicitFunction *cf=nullptr)
vtkPolyData * GetClippedOutput()
Return the Clipped output.
vtkTypeBool GenerateClipScalars
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
int OutputPointsPrecision
clip polygonal data with user-specified implicit function or input scalar data
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.