CGAL 5.6.1 - Quadtrees, Octrees, and Orthtrees
CGAL::Orthtrees::Level_traversal Struct Reference

#include <CGAL/Orthtree/Traversals.h>

Definition

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.

Is Model Of:
OrthtreeTraversal

Public Member Functions

 Level_traversal (std::size_t depth)
 constructs a depth-level traversal.