24#ifndef vtkClipConvexPolyData_h
25#define vtkClipConvexPolyData_h
27#include "vtkFiltersGeneralModule.h"
32class vtkClipConvexPolyDataInternals;
clip any dataset with user-specified implicit function or input scalar data
vtkClipConvexPolyDataInternals * Internal
void ClipWithPlane(vtkPlane *p, double tolerance)
Clip the input with a given plane āpā.
void ClearInternals()
Delete calculation data.
vtkPlaneCollection * Planes
bool HasDegeneracies(vtkPlane *p)
Tells if clipping the input by plane āpā creates some degeneracies.
void RemoveEmptyPolygons()
?
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkClipConvexPolyData * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkClipConvexPolyData() override
vtkMTimeType GetMTime() override
Redefines this method, as this filter depends on time of its components (planes)
void SetPlanes(vtkPlaneCollection *planes)
Set all the planes at once using a vtkPlanes implicit function.
a simple class to control print indentation
maintain a list of planes
perform various plane computations
Superclass for algorithms that produce only polydata as output.
vtkTypeUInt32 vtkMTimeType