Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Definition

The class CGAL_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.

#include <CGAL/Range_segment_tree_traits.h>

Types

pair<CGAL_Point_2<R>,T>
Key;
pair<CGAL_Point_2<R>, CGAL_Point_2<R> >
Interval;


Next: Class declaration of CGAL_Range_tree_traits_map_3<R>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The CGAL Project. 22 January, 1999.