CGAL 5.0.3 - dD Range and Segment Trees
|
#include <CGAL/Range_segment_tree_traits.h>
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.
The class is parameterized with a representation class R
.
Types | |
typedef R::Point_2 | Key |
typedef std::pair< Key, Key > | Interval |