CGAL 5.4.5 - Quadtrees, Octrees, and Orthtrees
|
#include <CGAL/Octree.h>
Alias that specializes the Orthtree
class to a 3D octree.
These two types are exactly equivalent:
Octree<GeomTraits, PointRange, PointMap>
Orthtree<Orthtree_traits_3<GeomTraits>, PointRange, PointMap>
.Orthtree
.GeomTraits | must be a model of Kernel |
PointRange_ | must be a model of range whose value type is the key type of PointMap |
PointMap | must be a model of ReadablePropertyMap whose value type is GeomTraits::Point_3 |