CGAL 5.6 - Quadtrees, Octrees, and Orthtrees
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 123]
 NCGAL
 NOrthtrees
 CLeaves_traversalA class used for performing a traversal on leaves only
 CLevel_traversalA class used for performing a traversal of a specific depth level
 CMaximum_depthA class used to choose when a node should be split depending on the depth
 CMaximum_depth_and_maximum_number_of_inliersA class used to choose when a node should be split depending on the depth and the number of inliers
 CMaximum_number_of_inliersA class used to choose when a node should be split depending on the number of inliers
 CPostorder_traversalA class used for performing a postorder traversal
 CPreorder_traversalA class used for performing a preorder traversal
 COctreeAlias that specializes the Orthtree class to a 3D octree
 COrthtreeA data structure using an axis-aligned hybercubic decomposition of dD space for efficient point access and computations
 CNodeSingle node of the tree
 COrthtree_traits_2The class Orthtree_traits_2 can be used as a template parameter of the Orthtree class
 COrthtree_traits_3The class Orthtree_traits_3 can be used as a template parameter of the Orthtree class
 COrthtree_traits_dThe class Orthtree_traits_d can be used as a template parameter of the Orthtree class
 CQuadtreeAlias that specializes the Orthtree class to a 2D quadtree
 COrthtreeTraitsThe concept OrthtreeTraits defines the requirements for the template parameter of the CGAL::Orthtree class
 COrthtreeTraversalTraversal provides the functions needed to traverse the nodes of an orthtree