15#ifndef vtkClipConvexPolyData_h
16#define vtkClipConvexPolyData_h
18#include "vtkFiltersGeneralModule.h"
21VTK_ABI_NAMESPACE_BEGIN
24class vtkClipConvexPolyDataInternals;
60 void ClipWithPlane(
vtkPlane* p,
double tolerance);
vtkClipConvexPolyDataInternals * Internal
void ClearInternals()
Clip the input with a given plane `p'.
vtkPlaneCollection * Planes
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
vtkTypeUInt32 vtkMTimeType