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