ViennaLS
|
This algorithm creates a convex hull mesh from a point cloud. This is done using the gift wrapping approach. The points in the point cloud MUST be unique, otherwise this will fail. More...
#include <lsConvexHull.hpp>
Public Member Functions | |
ConvexHull () | |
ConvexHull (SmartPointer< Mesh< T > > passedMesh, SmartPointer< PointCloud< T, D > > passedPointCloud) | |
void | setMesh (SmartPointer< Mesh< T > > passedMesh) |
void | setPointCloud (SmartPointer< PointCloud< T, D > > passedPointCloud) |
void | apply () |
This algorithm creates a convex hull mesh from a point cloud. This is done using the gift wrapping approach. The points in the point cloud MUST be unique, otherwise this will fail.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |