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