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