65 #ifndef vtkClipPolyData_h 66 #define vtkClipPolyData_h 68 #include "vtkFiltersCoreModule.h" 93 vtkSetMacro(Value,
double);
94 vtkGetMacro(Value,
double);
142 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
171 void CreateDefaultLocator();
185 vtkSetMacro(OutputPointsPrecision,
int);
186 vtkGetMacro(OutputPointsPrecision,
int);
abstract interface for implicit functions
vtkAlgorithmOutput * GetOutputPort()
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
vtkTypeBool GenerateClippedOutput
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
vtkTypeBool GenerateClipScalars
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkAlgorithmOutput * GetClippedOutputPort()
Return the output port (a vtkAlgorithmOutput) of the clipped output.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkImplicitFunction * ClipFunction
int OutputPointsPrecision
clip polygonal data with user-specified implicit function or input scalar data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.