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