CGAL 5.1 - Spatial Sorting
|
Classes | |
class | CGAL::Spatial_sort_traits_adapter_2< Base_traits, PointPropertyMap > |
Given a property map associating a key to a point, the class Spatial_sort_traits_adapter_2 induces a spatial reorder of the keys instead of the points, the comparisons being done on the associated points. More... | |
class | CGAL::Spatial_sort_traits_adapter_3< Base_traits, PointPropertyMap > |
Given a property map associating a key to a point, the class Spatial_sort_traits_adapter_3 induces a spatial reorder of the keys instead of the points, the comparisons being done on the associated points. More... | |
class | CGAL::Spatial_sort_traits_adapter_d< Base_traits, PointPropertyMap > |
Given a property map associating a key to a point, the class Spatial_sort_traits_adapter_d induces a spatial reorder of the keys instead of the points, the comparisons being done on the associated points. More... | |