19 [[nodiscard]] MRMESH_API EdgePath
build( VertId start, VertId finish )
const;
24 [[nodiscard]] EdgeId getEdgeBack_( VertId v )
const;
27 const UndirectedEdgeBitSet & treeEdges_;
Definition MRInTreePathBuilder.h:14
Definition MRMeshTopology.h:22
std::vector<T>-like container that requires specific indexing type,
Definition MRVector.h:23
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)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8