CGAL 6.0 - Quadtrees, Octrees, and Orthtrees
Loading...
Searching...
No Matches
OrthtreeTraversal Concept Reference

Definition

Public Types

using Node_index = unspecified_type
 Index type of the orthtree to be traversed.
 

Public Member Functions

Node_index first_index () const
 returns the first node of the traversal.
 
Node_index next (Node_index n) const
 returns the next node to be traversed given the previous node n.