\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - dD Spatial Searching
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

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...
 
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
 
Advanced
The concept Splitter defines the requirements for a function object class implementing a splitting rule.
More...