CGAL 5.6.1 - dD Spatial Searching

Concepts

conceptFuzzyQueryItem
 The concept FuzzyQueryItem describes the requirements for fuzzy d-dimensional spatial objects. More...
 
conceptGeneralDistance
 Requirements of a distance class defining a distance between a query item denoting a spatial object and a point. To optimize distance computations transformed distances are used, e.g., for a Euclidean distance the transformed distance is the squared Euclidean distance. More...
 
conceptOrthogonalDistance
 Requirements of an orthogonal distance class supporting incremental distance updates. To optimize distance computations transformed distances are used. E.g., for an Euclidean distance the transformed distance is the squared Euclidean distance. More...
 
conceptRangeSearchTraits
 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. More...
 
conceptSearchGeomTraits_2
 The concept SearchGeomTraits_2 defines the requirements for the template parameter of the search traits classes. More...
 
conceptSearchGeomTraits_3
 The concept SearchGeomTraits_3 defines the requirements for the template parameter of the search traits classes. More...
 
conceptSearchTraits
 The concept SearchTraits defines the requirements for the template parameter of the search classes. More...
 
conceptSpatialSeparator
 The concept SpatialSeparator defines the requirements for a separator. More...
 
conceptSpatialTree
 The concept SpatialTree defines the requirements for a tree supporting both neighbor searching and approximate range searching. More...
 
conceptSplitter
 This is an advanced concept.
Advanced
The concept Splitter defines the requirements for a function object class implementing a splitting rule.
. More...