|
CGAL 4.7 - dD Range and Segment Trees
|
#include <CGAL/Range_segment_tree_traits.h>
The class Range_tree_traits_map_2 is a range tree traits class for the 2-dimensional point class from the CGAL kernel, where data of type T is associated to each key.
The class is parameterized with a representation class R and the type of the associated data T.
Types | |
| std::pair< R::Point_2, T > | Key |
| std::pair< R::Point_2, R::Point_2 > | Interval |
| std::pair<R::Point_2, R::Point_2 > CGAL::Range_tree_traits_map_2< R, T >::Interval |
| std::pair<R::Point_2,T> CGAL::Range_tree_traits_map_2< R, T >::Key |