CGAL 5.0.3 - dD Spatial Searching
|
This is an advanced concept.
The concept Splitter
defines the requirements for a function object class implementing a splitting rule.
CGAL::Fair<Traits, SpatialSeparator>
CGAL::Median_of_rectangle<Traits, SpatialSeparator>
CGAL::Median_of_max_spread<Traits, SpatialSeparator>
CGAL::Midpoint_of_rectangle<Traits, SpatialSeparator>
CGAL::Midpoint_of_max_spread<Traits, SpatialSeparator>
CGAL::Sliding_fair<Traits, SpatialSeparator>
CGAL::Sliding_midpoint<Traits, SpatialSeparator>
Types | |
The parameters | |
typedef unspecified_type | FT |
Number type. | |
typedef unspecified_type | Separator |
Separator. | |
typedef unspecified_type | Container |
Typedef to an instantiation of CGAL::Point_container<Traits> . | |
Operations | |
FT | aspect_ratio () const |
Returns the maximal ratio between the largest and smallest side of a cell allowed for fair splitting. | |
unsigned int | bucket_size () const |
Returns the bucket size of the leaf nodes. | |
void | operator() (Separator &sep, Container &c0, Container &c1) const |
Sets up sep and splits points of c0 into c0 and c1 using sep . More... | |