Go to the documentation of this file.
50 #ifndef vtkConvexHull2D_h
51 #define vtkConvexHull2D_h
86 BoundingRectangle = 0,
125 vtkPoints* outPoints,
double minimumHullSize=1.0);
127 double minimumHullSize=1.0);
145 void ResizeHullToMinimumInDisplay(
vtkPolyData* hullPolyData);
150 int MinHullSizeInDisplay;
151 double MinHullSizeInWorld;
162 #endif // vtkConvexHull2D_h
represent and manipulate 3D points
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a cell that represents an n-sided polygon
#define vtkTypeMacro(thisClass, superclass)
#define vtkSetClampMacro(name, type, min, max)
void PrintSelf(ostream &os, vtkIndent indent)
cell represents a set of 1D lines
void SetRenderer(vtkRenderer *renderer)
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
virtual unsigned long GetMTime()
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
Produce filled convex hulls around a set of points.
abstract specification for renderers
vtkRenderer * GetRenderer()
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkConvexHull2D * New()
static void CalculateBoundingRectangle(vtkPoints *inPoints, vtkPoints *outPoints, double minimumHullSize=1.0)
#define VTKRENDERINGANNOTATION_EXPORT
static void CalculateConvexHull(vtkPoints *inPoints, vtkPoints *outPoints, double minimumHullSize=1.0)
Superclass for algorithms that produce only polydata as output.