Go to the documentation of this file.
26 #ifndef vtkClipConvexPolyData_h
27 #define vtkClipConvexPolyData_h
34 class vtkClipConvexPolyDataInternals;
perform various plane computations
#define vtkGetObjectMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
void RemoveEmptyPolygons()
void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned long int GetMTime()
a simple class to control print indentation
static vtkClipConvexPolyData * New()
#define VTKFILTERSGENERAL_EXPORT
void ClipWithPlane(vtkPlane *p, double tolerance)
void SetPlanes(vtkPlaneCollection *planes)
clip any dataset with user-specified implicit function or input scalar data
vtkClipConvexPolyDataInternals * Internal
maintain a list of planes
bool HasDegeneracies(vtkPlane *p)
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkPlaneCollection * Planes
Superclass for algorithms that produce only polydata as output.