21    [[nodiscard]] EdgeId getEdgeBack_( VertId v ) 
const;
 
   24    const UndirectedEdgeBitSet & treeEdges_;
 
 
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:80
 
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:19
 
std::vector<T>-like container that requires specific indexing type,
Definition MRMesh/MRVector.h:19
 
Definition MRCameraOrientationPlugin.h:8
 
std::vector< EdgeId > EdgePath
Definition MRMesh/MRMeshFwd.h:140