CGAL 6.0 - Quadtrees, Octrees, and Orthtrees
Loading...
Searching...
No Matches
CGAL::Orthtrees::Preorder_traversal< Tree > Struct Template Reference

#include <CGAL/Orthtree/Traversals.h>

Definition

template<typename Tree>
struct CGAL::Orthtrees::Preorder_traversal< Tree >

A class used for performing a preorder traversal.

Template Parameters
Treean instance of Orthtree

A preorder traversal starts from the root towards the leaves.

Is model of
OrthtreeTraversal
Examples
Orthtree/octree_traversal_preorder.cpp.