Concept

RangeSearchTraits

Definition

The concept RangeSearchTraits defines the requirements for the template parameter of the search classes. This concept also defines requirements to range search queries in a model of SpatialTree.

Refines

SearchTraits

Types

RangeSearchTraits::Iso_box_d
Iso box type. It is only needed for range search queries.


RangeSearchTraits::Sphere_d
Sphere type. It is only needed for range search queries.


RangeSearchTraits::Construct_iso_box_d
Functor with operator to construct the iso box from two points.


RangeSearchTraits::Construct_center_d
Functor with operator to construct the center of an object of type Sphere_d.


RangeSearchTraits::Construct_squared_radius_d
Functor with operator to compute the squared radius of a an object of type Sphere_d.


RangeSearchTraits::Construct_min_vertex_d
Functor with operator to construct the vertex with lexicographically smallest coordinates of an object of type Iso_box_d.


RangeSearchTraits::Construct_max_vertex_d
Functor with operator to construct the vertex with lexicographically largest coordinates of an object of type Iso_box_d.

Has Models

CGAL::Cartesian_d<FT>
CGAL::Homogeneous_d<RT>
CGAL::Search_traits_2<Kernel>
CGAL::Search_traits_3<Kernel>

See Also

SearchTraits
CGAL::Search_traits_adapter<Key,PointPropertyMap,BaseTraits>