Go to the documentation of this file.
27 #ifndef vtkClipConvexPolyData_h
28 #define vtkClipConvexPolyData_h
30 #include "vtkFiltersGeneralModule.h"
35 class vtkClipConvexPolyDataInternals;
perform various plane computations
void RemoveEmptyPolygons()
?
vtkMTimeType GetMTime() override
Redefines this method, as this filter depends on time of its components (planes)
a simple class to control print indentation
static vtkClipConvexPolyData * New()
void ClipWithPlane(vtkPlane *p, double tolerance)
Clip the input with a given plane āpā.
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
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkClipConvexPolyData() override
vtkClipConvexPolyDataInternals * Internal
maintain a list of planes
bool HasDegeneracies(vtkPlane *p)
Tells if clipping the input by plane āpā creates some degeneracies.
void ClearInternals()
Delete calculation data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPlaneCollection * Planes
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.