Go to the documentation of this file.
24 #ifndef vtkClipConvexPolyData_h
25 #define vtkClipConvexPolyData_h
27 #include "vtkFiltersGeneralModule.h"
32 class vtkClipConvexPolyDataInternals;
80 void ClearInternals();
85 void ClearNewVertices();
90 void RemoveEmptyPolygons();
perform various plane computations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
clip any dataset with user-specified implicit function or input scalar data
vtkClipConvexPolyDataInternals * Internal
maintain a list of planes
vtkPlaneCollection * Planes
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.