54 #ifndef vtkPolyDataPlaneClipper_h
55 #define vtkPolyDataPlaneClipper_h
57 #include "vtkFiltersCoreModule.h"
99 vtkSetMacro(ClippingLoops,
bool);
100 vtkGetMacro(ClippingLoops,
bool);
101 vtkBooleanMacro(ClippingLoops,
bool);
114 vtkSetMacro(Capping,
bool);
115 vtkGetMacro(Capping,
bool);
116 vtkBooleanMacro(Capping,
bool);
134 vtkSetMacro(PassCapPointData,
bool);
135 vtkGetMacro(PassCapPointData,
bool);
136 vtkBooleanMacro(PassCapPointData,
bool);
146 vtkSetMacro(OutputPointsPrecision,
int);
147 vtkGetMacro(OutputPointsPrecision,
int);
157 vtkSetClampMacro(BatchSize,
unsigned int, 1,
VTK_INT_MAX);
158 vtkGetMacro(BatchSize,
unsigned int);
static bool CanFullyProcessDataObject(vtkDataObject *object)
This helper method can be used to determine the if the input vtkPolyData contains convex polygonal ce...
clip a vtkPolyData with a plane and optionally cap it
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
perform various plane computations
static bool CanFullyProcessDataObject(vtkDataObject *object)
This helper method can be used to determine the if the input vtkPolyData contains convex polygonal ce...
vtkSmartPointer< vtkPlane > Plane
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.