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