Template Function lvr2::calcContourVertices(const BaseMesh<BaseVecT>&, EdgeHandle, std::vector<VertexHandle>&, PredF)

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 startH and adds all visited vertices to the given out vector.

Uses walkContour(). See that function for detailed information.