The concept SearchTraits defines the requirements for the template parameter of the search classes.
| |
Point type. CGAL::Kernel_traits has to be
specialized for this type.
| |
| |
The number type of the
Cartesian
coordinates of types Point_d
| |
| |
A random access iterator type to enumerate the
Cartesian
coordinates of a point.
| |
| |
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
provides the type result_type that must be the same a Cartesian_const_iterator_d.
|
| ||
| ||
function used to construct an object of type Construct_cartesian_const_iterator_d. |