#include <convex_hull.h>
|
| ConvexHull () |
|
| ConvexHull (const Eigen::Matrix< T, 3, Eigen::Dynamic > &vertices, const std::vector< size_t > indices) |
|
| ConvexHull (const MeshBuilder< T > &mesh, const Eigen::Matrix< T, 3, Eigen::Dynamic > &pointCloud, bool CCW) |
|
ConvexHull | reduced () const |
|
Eigen::Map< const Eigen::Matrix< size_t, 3, Eigen::Dynamic > > | triangles () const |
|
const auto & | indices () const |
|
auto & | indices () |
|
const auto & | vertices () const |
|
auto & | vertices () |
|
void | writeWaveformOBJ (const std::string &filename, const std::string &objectName="quickhull") const |
|
◆ ConvexHull() [1/3]
◆ ConvexHull() [2/3]
template<typename T >
quickhull::ConvexHull< T >::ConvexHull |
( |
const Eigen::Matrix< T, 3, Eigen::Dynamic > & |
vertices, |
|
|
const std::vector< size_t > |
indices |
|
) |
| |
|
inline |
◆ ConvexHull() [3/3]
◆ indices() [1/2]
◆ indices() [2/2]
◆ reduced()
◆ triangles()
template<typename T >
Eigen::Map< const Eigen::Matrix< size_t, 3, Eigen::Dynamic > > quickhull::ConvexHull< T >::triangles |
( |
| ) |
const |
|
inline |
◆ vertices() [1/2]
◆ vertices() [2/2]
◆ writeWaveformOBJ()
template<typename T >
void quickhull::ConvexHull< T >::writeWaveformOBJ |
( |
const std::string & |
filename, |
|
|
const std::string & |
objectName = "quickhull" |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: