47 #include "vtkFiltersCoreModule.h"
65 void RemoveAllPlanes(
void );
79 int AddPlane(
double A,
double B,
double C );
80 int AddPlane(
double plane[3] );
92 void SetPlane(
int i,
double A,
double B,
double C );
93 void SetPlane(
int i,
double plane[3] );
101 int AddPlane(
double A,
double B,
double C,
double D );
102 int AddPlane(
double plane[3],
double D );
103 void SetPlane(
int i,
double A,
double B,
double C,
double D );
104 void SetPlane(
int i,
double plane[3],
double D );
117 vtkGetMacro( NumberOfPlanes,
int );
125 void AddCubeVertexPlanes();
133 void AddCubeEdgePlanes();
139 void AddCubeFacePlanes();
150 void AddRecursiveSpherePlanes(
int level );
164 void GenerateHull(
vtkPolyData *pd,
double *bounds);
165 void GenerateHull(
vtkPolyData *pd,
double xmin,
double xmax,
166 double ymin,
double ymax,
double zmin,
double zmax);
179 int PlanesStorageSize;
195 void CreateInitialPolygon(
double *,
int,
double * );
201 void operator=(const
vtkHull&) VTK_DELETE_FUNCTION;
implicit function for convex set of planes
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
produce an n-sided convex hull
a simple class to control print indentation
object to represent cell connectivity
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.