CGAL 5.3 - dD Range and Segment Trees

Concepts

conceptRangeSegmentTreeTraits_k
 A tree traits class gives the range tree and segment tree class the necessary type information of the keys and intervals. Further more, they define function objects that allow to access the keys and intervals, and provide comparison functions that are needed for window queries. More...
 
conceptSublayer
 Defines the requirements that a Sublayer_type of class CGAL::Range_tree_d or CGAL::Segment_tree_d has to fulfill. More...