CGAL 5.2.2 - dD Spatial Searching
|
The concept SearchGeomTraits_3
defines the requirements for the template parameter of the search traits classes.
Simple_cartesian<double>
Simple_cartesian<Gmpq>
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
.