|
CGAL 6.3 - dD Range and Segment Trees
|
This chapter presents the CGAL range tree and segment tree data structures.
The range tree is theoretically superior to the \( Kd\)-tree, but the latter often seems to perform better. However, the range tree as implemented in CGAL is more flexible than the \( Kd\)-tree implementation, in that it enables to layer together range trees and segment trees in the same data structure.
Topics | |
| Concepts | |
| Traits Classes | |
| Search Structures | |
Classes | |
| class | CGAL::Tree_anchor< Data, Window > |
| Tree_anchor is also derived from Tree_base. More... | |