#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | pcl |
| namespace | pcl::geometry |
Functions | |
| template<class MeshT > | |
| void | pcl::geometry::getBoundBoundaryHalfEdges (const MeshT &mesh, std::vector< typename MeshT::HalfEdgeIndices > &boundary_he_collection, const size_t expected_size=3) |
| Get a collection of boundary half-edges for the input mesh. | |