21 [[nodiscard]] EdgeId getEdgeBack_( VertId v )
const;
24 const UndirectedEdgeBitSet & treeEdges_;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRInTreePathBuilder.h:11
MRMESH_API EdgePath build(VertId start, VertId finish) const
finds the path in tree from start vertex to finish vertex
MRMESH_API InTreePathBuilder(const MeshTopology &topology, const UndirectedEdgeBitSet &treeEdges)
Definition MRMesh/MRMeshTopology.h:18
std::vector<T>-like container that requires specific indexing type,
Definition MRMesh/MRVector.h:20
Definition MRCameraOrientationPlugin.h:8
std::vector< EdgeId > EdgePath
Definition MRMesh/MRMeshFwd.h:98