Template Function lvr2::calcContourVertices(const BaseMesh<BaseVecT>&, EdgeHandle, std::vector<VertexHandle>&, PredF)
Defined in File ContourAlgorithms.hpp
Function Documentation
-
template<typename BaseVecT, typename PredF>
void lvr2::calcContourVertices(const BaseMesh<BaseVecT> &mesh, EdgeHandle startH, std::vector<VertexHandle> &contourOut, PredF exists) 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.