#include <CGAL/Splitters.h>
Expects for the first template argument a model of the concept SearchTraits, for example the type CGAL::Search_traits_3< Cartesian<double> >.
Expects for the second template argument a model of the concept Separator. It has as default value the type, CGAL::Plane_separator<Traits::FT>.
Median_of_rectangle<Traits, SpatialSeparator> s; | |
Default constructor.
| |
Median_of_rectangle<Traits, SpatialSeparator> s ( unsigned int bucket_size); | |
Constructor.
|