#include <MREnumNeighbours.h>
Public Member Functions | |
MRMESH_API void | run (const MeshTopology &topology, VertId start, const FacePredicate &pred) |
MRMESH_API void MR::EnumNeihbourFaces::run | ( | const MeshTopology & | topology, |
VertId | start, | ||
const FacePredicate & | pred ) |
invokes given predicate for faces starting from all incident to
start,and | continuing to all immediate neighbours in depth-first order until the predicate returns false |