\( \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 4.4 - dD Range and Segment Trees
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL Namespace Reference

Classes

class  Range_segment_tree_traits_set_2
 The class Range_segment_tree_traits_set_2 is a range and segment tree traits class for the 2-dimensional point class from the CGAL kernel. More...
 
class  Range_segment_tree_traits_set_3
 The class Range_segment_tree_traits_set_3 is a range and segment tree traits class for the 3-dimensional point class from the CGAL kernel. More...
 
class  Range_tree_traits_map_2
 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. More...
 
class  Range_tree_traits_map_3
 The class Range_tree_traits_map_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  Segment_tree_traits_map_2
 The class Segment_tree_traits_map_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  Segment_tree_traits_map_3
 The class Segment_tree_traits_map_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  Range_tree_d
 A \( d\)-dimensional range tree stores points and can be used to determine all points that lie inside a given \( d\)-dimensional interval. More...
 
class  Range_tree_k
 An object of the class Range_tree_k is a \( k\)-dimensional range tree that can store k-dimensional keys of type Key. More...
 
class  Segment_tree_d
 A \( d\)-dimensional segment tree stores \( d\)-dimensional intervals and can be used to find all intervals that enclose, partially overlap, or contain a query interval, which may be a point. More...
 
class  Segment_tree_k
 An object of the class Segment_tree_k is a \( k\)-dimensional segment tree that can store k-dimensional intervals of type Interval. More...
 
class  Tree_anchor
 Tree_anchor is also derived from Tree_base. More...
 
class  tree_interval_traits
 tree_interval_traits is a template class that provides an interface to data items. More...
 
class  tree_point_traits
 tree_point_traits is a template class that provides an interface to data items. More...