15 #ifndef vtkClipConvexPolyData_h
16 #define vtkClipConvexPolyData_h
18 #include "vtkFiltersGeneralModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
24 class vtkClipConvexPolyDataInternals;
60 void ClipWithPlane(
vtkPlane* p,
double tolerance);
70 void ClearInternals();
75 void ClearNewVertices();
80 void RemoveEmptyPolygons();
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
maintain a list of planes
static vtkPolyDataAlgorithm * New()
vtkPlaneCollection * Planes
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
vtkClipConvexPolyDataInternals * Internal
clip any dataset 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.