|
CGAL 6.1.3 - Quadtrees, Octrees, and Orthtrees
|
#include <CGAL/Orthtree_traits_point.h>
CGAL::Orthtree_traits_base< GeomTraits, dim >.
Traits class for defining an orthtree of points using the class CGAL::Orthtree.
| GeomTraits | model of Kernel. |
| PointRange | must be a model of Range whose value type is the key type of PointMap and whose iterator type is model of RandomAccessIterator |
| PointMap | must be a model of ReadablePropertyMap whose value type is a point type from GeomTraits matching the current dimension |
| dimension | the dimension of the ambient Euclidean space. |
CollectionPartitioningOrthtreeTraits Additional Inherited Members | |
| using | Adjacency = int |
| Adjacency type. | |