Template Function lvr2::calcContourVertices(const BaseMesh<BaseVecT>&, EdgeHandle, std::vector<VertexHandle>&)
Defined in File ContourAlgorithms.hpp
Function Documentation
-
template<typename BaseVecT>
void lvr2::calcContourVertices(const BaseMesh<BaseVecT> &mesh, EdgeHandle startH, std::vector<VertexHandle> &contourOut) Walks on a boundary contour starting at
startHand adds all visited vertices to the given out vector.Uses
walkContour(). See that function for detailed information.