|
CGAL 5.1 - dD Spatial Searching
|
#include <Concepts/SearchGeomTraits_2.h>
The concept SearchGeomTraits_2 defines the requirements for the template parameter of the search traits classes.
A random access iterator type to enumerate the Cartesian coordinates of a point.
Circle type.
Functor model of Kernel::ComputeSquaredRadius_2
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_2.
Functor model of Kernel::ConstructCenter_2
Functor model of Kernel::ConstructIsoRectangle_2
Functor model of Kernel::ConstructMaxVertex_2
Functor model of Kernel::ConstructMinVertex_2
The number type of the Cartesian coordinates of types Point_2
Iso box type.
Point type.