CGAL 5.1 - dD Spatial Searching
RangeSearchTraits Class Reference

#include <Concepts/RangeSearchTraits.h>

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
Has Models:

CGAL::Cartesian_d<FT>

CGAL::Homogeneous_d<RT>

CGAL::Epick_d<DimensionTag>

CGAL::Epeck_d<DimensionTag>

CGAL::Search_traits_2<Kernel>

CGAL::Search_traits_3<Kernel>

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

Types

typedef unspecified_type Iso_box_d
 Iso box type, which is only needed for range search queries. More...
 
typedef unspecified_type Sphere_d
 Sphere type, which is only needed for range search queries. More...
 
typedef unspecified_type Construct_iso_box_d
 Functor with operator to construct the iso box from two points. More...
 
typedef unspecified_type Construct_center_d
 Functor with operator to construct the center of an object of type Sphere_d. More...
 
typedef unspecified_type Compute_squared_radius_d
 Functor with operator to compute the squared radius of a an object of type Sphere_d. More...
 
typedef unspecified_type Construct_min_vertex_d
 Functor with operator to construct the vertex with lexicographically smallest coordinates of an object of type Iso_box_d. More...
 
typedef unspecified_type Construct_max_vertex_d
 Functor with operator to construct the vertex with lexicographically largest coordinates of an object of type Iso_box_d. More...
 

Member Typedef Documentation

◆ Compute_squared_radius_d

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

◆ Construct_center_d

typedef unspecified_type RangeSearchTraits::Construct_center_d

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

◆ Construct_iso_box_d

typedef unspecified_type RangeSearchTraits::Construct_iso_box_d

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

◆ Construct_max_vertex_d

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

◆ Construct_min_vertex_d

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

◆ Iso_box_d

typedef unspecified_type RangeSearchTraits::Iso_box_d

Iso box type, which is only needed for range search queries.

◆ Sphere_d

typedef unspecified_type RangeSearchTraits::Sphere_d

Sphere type, which is only needed for range search queries.