|
CGAL 5.1 - dD Spatial Searching
|
#include <Concepts/SearchGeomTraits_3.h>
The concept SearchGeomTraits_3 defines the requirements for the template parameter of the search traits classes.
Simple_cartesian<double>
Simple_cartesian<Gmpq>
A random access iterator type to enumerate the Cartesian coordinates of a point.
Functor model of Kernel::ComputeSquaredRadius_3
Functor with operators to construct iterators on the first and the past-the-end iterator for the Cartesian coordinates of a point.
This functor must provide the type result_type that must be the same a Cartesian_const_iterator_3.
Functor model of Kernel::ConstructCenter_3
Functor model of Kernel::ConstructIsoCuboid_3
Functor model of Kernel::ConstructMaxVertex_3
Functor model of Kernel::ConstructMinVertex_3
The number type of the Cartesian coordinates of types Point_3
Iso box type.
Point type.
Sphere type.