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.
| |
Iso box type. It is only needed for range search queries.
| |
| |
Sphere type. It is only needed for range search queries.
| |
| |
Functor with operator to construct the iso box from two points.
| |
| |
Functor with operator to construct
the center of an object of type Sphere_d.
| |
| |
Functor with operator to compute
the squared radius of a an object of type Sphere_d.
| |
| |
Functor with operator to construct
the vertex with lexicographically smallest coordinates of an object of type Iso_box_d.
| |
| |
Functor with operator to construct
the vertex with lexicographically largest coordinates of an object of type Iso_box_d.
|