|
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 ()=default | |
| 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.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |