CGAL 6.0 - dD Range and Segment Trees
Loading...
Searching...
No Matches
CGAL::Range_tree_map_traits_3< R, T > Class Template Reference

#include <CGAL/Range_segment_tree_traits.h>

Definition

template<typename R, typename T>
class CGAL::Range_tree_map_traits_3< R, T >

The class Range_tree_map_traits_3 is a range and segment tree traits class for the 3-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.

Is model of
RangeSegmentTreeTraits_k

Types

typedef std::pair< R::Point_3, T > Key
 
typedef std::pair< R::Point_3, R::Point_3 > Interval