CGAL 5.0 - Spatial Sorting
|
#include <CGAL/Hilbert_policy_tags.h>
Middle
is a tag class.
It can be used to parameterize a strategy policy in order to specify the strategy for spatial sorting. Hilbert_policy<Middle>
can be passed to as parameter to hilbert_sort
to choose the sorting policy.