CGAL 5.1 - Octree
CGAL::Octree::Traversal::Postorder Struct Reference

#include <CGAL/Octree/Traversal.h>

Definition

Public Member Functions

template<class Point_index >
const Node< Point_index > * first (const Node< Point_index > *root) const
 retrieve the first node of a tree in a postorder traversal, given the root More...
 
template<class Point_index >
const Node< Point_index > * next (const Node< Point_index > *n) const
 retrieve the next node of a tree in a postorder traversal, given the current one More...
 

Member Function Documentation

◆ first()

template<class Point_index >
const Node<Point_index>* CGAL::Octree::Traversal::Postorder::first ( const Node< Point_index > *  root) const

retrieve the first node of a tree in a postorder traversal, given the root

Template Parameters
Point_index
Parameters
root
Returns

◆ next()

template<class Point_index >
const Node<Point_index>* CGAL::Octree::Traversal::Postorder::next ( const Node< Point_index > *  n) const

retrieve the next node of a tree in a postorder traversal, given the current one

Template Parameters
Point_index
Parameters
n
Returns