67 using HalfEdgeIndices =
typename Mesh::HalfEdgeIndices;
68 using IHEAFC =
typename Mesh::InnerHalfEdgeAroundFaceCirculator;
81 circ =
mesh.getInnerHalfEdgeAroundFaceCirculator(i);
Iterator class for point clouds with or without given indices.
int get() const
Get the index.
pcl::detail::MeshIndex< struct HalfEdgeIndexTag > HalfEdgeIndex
Index used to access elements in the half-edge mesh.
void getBoundBoundaryHalfEdges(const MeshT &mesh, std::vector< typename MeshT::HalfEdgeIndices > &boundary_he_collection, const std::size_t expected_size=3)
Get a collection of boundary half-edges for the input mesh.
EdgeIndex toEdgeIndex(const HalfEdgeIndex &index)
Convert the given half-edge index to an edge index.