Go to the documentation of this file.
27 #ifndef vtkClipConvexPolyData_h
28 #define vtkClipConvexPolyData_h
30 #include "vtkFiltersGeneralModule.h"
35 class vtkClipConvexPolyDataInternals;
83 void ClearInternals();
88 void ClearNewVertices();
93 void RemoveEmptyPolygons();
96 vtkClipConvexPolyDataInternals *Internal;
perform various plane computations
vtkMTimeType GetMTime() override
Redefines this method, as this filter depends on time of its components (planes)
vtkTypeUInt64 vtkMTimeType
a simple class to control print indentation
static vtkClipConvexPolyData * New()
void SetPlanes(vtkPlaneCollection *planes)
Set all the planes at once using a vtkPlanes implicit function.
clip any dataset with user-specified implicit function or input scalar data
maintain a list of planes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.