42 #ifndef vtkPolyDataPlaneClipper_h
43 #define vtkPolyDataPlaneClipper_h
45 #include "vtkFiltersCoreModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
88 vtkSetMacro(ClippingLoops,
bool);
89 vtkGetMacro(ClippingLoops,
bool);
90 vtkBooleanMacro(ClippingLoops,
bool);
103 vtkSetMacro(Capping,
bool);
104 vtkGetMacro(Capping,
bool);
105 vtkBooleanMacro(Capping,
bool);
123 vtkSetMacro(PassCapPointData,
bool);
124 vtkGetMacro(PassCapPointData,
bool);
125 vtkBooleanMacro(PassCapPointData,
bool);
135 vtkSetMacro(OutputPointsPrecision,
int);
136 vtkGetMacro(OutputPointsPrecision,
int);
146 vtkSetClampMacro(BatchSize,
unsigned int, 1,
VTK_INT_MAX);
147 vtkGetMacro(BatchSize,
unsigned int);
183 VTK_ABI_NAMESPACE_END
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.