Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - dD Range and Segment Trees
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
CGAL::Segment_tree_map_traits_3< R, T > Class Template Reference

#include <CGAL/Range_segment_tree_traits.h>

Definition

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

The class Segment_tree_map_traits_3 is a segment tree traits class for the 3-dimensional point class from the CGAL kernel, where data of type T is associated to each interval.

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 > Key
 
typedef std::pair< std::pair< Key, Key >, T > Interval
 

Member Typedef Documentation

◆ Interval

template<typename R , typename T >
typedef std::pair<std::pair<Key, Key>,T> CGAL::Segment_tree_map_traits_3< R, T >::Interval

◆ Key

template<typename R , typename T >
typedef std::pair<R::Point_3 > CGAL::Segment_tree_map_traits_3< R, T >::Key