\( \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.8.2 - Spatial Sorting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Spatial_sort_traits_adapter_d< Base_traits, PointPropertyMap > Class Template Reference

#include <CGAL/Spatial_sort_traits_adapter_d.h>

Inherits from

Base_traits.

Definition

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.

In other words, the traits provides to a spatial sort algorithm a point type which is a key, while the actual point type is Base_traits::Point_d.

Template Parameters
Base_traitsmust be a model for SpatialSortingTraits_d.
PointPropertyMapmust be a model of ReadablePropertyMap with value type Base_traits::Point_d.
Is Model Of:
SpatialSortingTraits_d
Examples:
Spatial_sorting/sp_sort_using_property_map_d.cpp.

Types

boost::property_traits
< PointPropertyMap >::key_type 
Point_d
 

Creation

 Spatial_sort_traits_adapter_d (Base_traits base=Base_traits())
 
 Spatial_sort_traits_adapter_d (const PointPropertyMap &ppmap, Base_traits base=Base_traits())
 

Operations

const PointPropertyMap & point_property_map () const
 Returns a const reference to the point property map.