CGAL 6.0 - Quadtrees, Octrees, and Orthtrees
|
#include <CGAL/Orthtree/Traversals.h>
A class used for performing a traversal of a specific depth level.
Tree | an instance of Orthtree |
All tree nodes at another depth are ignored. If the selected depth is All tree nodes at another depth are ignored. If the selected depth is higher than the maximum depth of the orthtree, no node will be traversed.
OrthtreeTraversal
Public Member Functions | |
Level_traversal (const Tree &orthtree, std::size_t depth) | |
constructs a depth -level traversal. | |