Loading [MathJax]/extensions/TeX/newcommand.js
\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 5.0 - dD Range and Segment Trees
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

Classes

class  CGAL::Range_segment_tree_set_traits_2< R >
 The class Range_segment_tree_set_traits_2 is a range and segment tree traits class for the 2-dimensional point class from the CGAL kernel. More...
 
class  CGAL::Range_segment_tree_set_traits_3< R >
 The class Range_segment_tree_set_traits_3 is a range and segment tree traits class for the 3-dimensional point class from the CGAL kernel. More...
 
class  CGAL::Range_tree_map_traits_2< R, T >
 The class Range_tree_map_traits_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. More...
 
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. More...
 
class  CGAL::Segment_tree_map_traits_2< R, T >
 The class Segment_tree_map_traits_2 is a segment tree traits class for the 2-dimensional point class from the CGAL kernel, where data of type T is associated to each interval. More...
 
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. More...
 
class  CGAL::tree_interval_traits< Data, Window, Key, Data_left_func, Data_right_func, Window_left_func, Window_right_func, Compare >
 tree_interval_traits is a template class that provides an interface to data items. More...
 
class  CGAL::tree_point_traits< Data, Window, Key, Data_func, Window_left_func, Window_right_func, Compare >
 tree_point_traits is a template class that provides an interface to data items. More...