mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
Add regular BFS to ChunkNodes
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
||||
bool isLeaf() const;
|
||||
|
||||
void depthFirst(const std::function<void(const ChunkNode&)>& f) const;
|
||||
void breadthFirst(const std::function<void(const ChunkNode&)>& f) const;
|
||||
void reverseBreadthFirst(const std::function<void(const ChunkNode&)>& f) const;
|
||||
|
||||
const ChunkNode& getChild(Quad quad) const;
|
||||
|
||||
Reference in New Issue
Block a user