VTK  9.6.20260615
vtkConvexHull.h File Reference
#include "vtkFiltersCoreModule.h"
#include "vtkPointSetAlgorithm.h"
#include "vtkVector.h"
#include "vtkWrappingHints.h"
#include <vector>
Include dependency graph for vtkConvexHull.h:

Go to the source code of this file.

Classes

class  vtkConvexHull
 Convex hull and point-in-hull testing for 1-D, 2-D, and 3-D point sets. More...
 
struct  vtkConvexHull::Plane
 Half-plane representation: point P is inside the hull iff P·Normal ≤ D for every plane in the set. More...