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

Function Documentation

template<typename BaseVecT>
void lvr2::calcContourEdges(const BaseMesh<BaseVecT> &mesh, EdgeHandle startH, std::vector<EdgeHandle> &contourOut)

Walks on a boundary contour starting at startH and adds all visited edges to the given out vector.

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