CGAL 5.6.1 - dD Spatial Searching

Classes

class  CGAL::Incremental_neighbor_search< Traits, GeneralDistance, Splitter, SpatialTree >
 The class Incremental_neighbor_search implements incremental nearest and furthest neighbor searching on a tree. More...
 
class  CGAL::K_neighbor_search< Traits, GeneralDistance, Splitter, SpatialTree >
 The class K_neighbor_search implements approximate k-nearest and k-furthest neighbor searching using standard search on a tree using a general distance class. More...
 
class  CGAL::Kd_tree< Traits, Splitter, UseExtendedNode, EnablePointsCache >
 The class Kd_tree defines a k-d tree. More...
 
class  CGAL::Orthogonal_incremental_neighbor_search< Traits, OrthogonalDistance, Splitter, SpatialTree >
 The class Orthogonal_incremental_neighbor_search implements incremental nearest and furthest neighbor searching on a tree. More...
 
class  CGAL::Orthogonal_k_neighbor_search< Traits, OrthogonalDistance, Splitter, SpatialTree >
 The class Orthogonal_k_neighbor_search implements approximatek-nearest and k-furthest neighbor searching on a tree using an orthogonal distance class. More...