Go to the documentation of this file.
85 void SetPlane(
int i,
double A,
double B,
double C );
92 int AddPlane(
double A,
double B,
double C,
double D );
94 void SetPlane(
int i,
double A,
double B,
double C,
double D );
95 void SetPlane(
int i,
double plane[3],
double D );
143 double ymin,
double ymax,
double zmin,
double zmax);
178 void operator=(
const vtkHull&);
represent and manipulate 3D points
void GenerateHull(vtkPolyData *pd, double *bounds)
int AddPlane(double A, double B, double C)
void GenerateHull(vtkPolyData *pd, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void SetPlane(int i, double plane[3], double D)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
int AddPlane(double plane[3], double D)
void SetPlane(int i, double plane[3])
GLenum GLenum GLenum input
implicit function for convex set of planes
GLsizei const GLfloat * points
void AddRecursiveSpherePlanes(int level)
void ClipPolygonsFromPlanes(vtkPoints *points, vtkCellArray *polys, double *bounds)
void ComputePlaneDistances(vtkPolyData *input)
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
object to represent cell connectivity
produce an n-sided convex hull
void CreateInitialPolygon(double *, int, double *)
void SetPlanes(vtkPlanes *planes)
void SetPlane(int i, double A, double B, double C)
#define vtkGetMacro(name, type)
void SetPlane(int i, double A, double B, double C, double D)
void RemoveAllPlanes(void)
int AddPlane(double A, double B, double C, double D)
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent)
void AddCubeVertexPlanes()
int AddPlane(double plane[3])
Superclass for algorithms that produce only polydata as output.