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

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

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