|
traversability_generator3d
|
#include <TravMapBfsVisitor.hpp>
Static Public Member Functions | |
| static void | visit (const TravGenNode *start, std::function< void(const TravGenNode *currentNode, bool &visitChildren, bool &abort, std::size_t distToRoot)> f) |
visit travgen nodes in bfs order until some criterion is met
|
inlinestatic |
| f | is called for each visited node. set visitChildren to false to avoid visiting the children of currentNode set abort to true to abort the bfs search |