CGAL 6.0 - Quadtrees, Octrees, and Orthtrees
|
#include <CGAL/Orthtree_traits.h>
CGAL::Orthtree_traits_base< GeomTraits, dimension >.
Traits class for defining an orthtree using the class CGAL::Orthtree
without storing data in the nodes.
GeomTraits | model of Kernel . |
dimension | the dimension of the ambient Euclidean space. |
OrthtreeTraits
CGAL::Octree
CGAL::Quadtree
CGAL::Orthtree_traits_base<GeomTraits, DimensionTag>
Additional Inherited Members | |
Public Types inherited from CGAL::Orthtree_traits_base< GeomTraits, dimension > | |
using | Node_index = std::size_t |
using | Kernel = GeomTraits |
using | FT = typename GeomTraits::FT |
using | Point_d = typename GeomTraits::Point_d |
using | Bbox_d = typename GeomTraits::Iso_box_d |
using | Sphere_d = typename GeomTraits::Sphere_d |
using | Cartesian_const_iterator_d = typename GeomTraits::Cartesian_const_iterator_d |
using | Adjacency = int |
Adjacency type. | |
Static Public Attributes inherited from CGAL::Orthtree_traits_base< GeomTraits, dimension > | |
static constexpr int | dimension |