\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - Spatial Sorting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Classes

class  CGAL::Hilbert_policy< Tag >
 Hilbert_policy is a policy class which can be used to parameterize a strategy policy in order to specify the strategy for spatial sorting. More...
 
class  CGAL::Median
 Median is a tag class. More...
 
class  CGAL::Middle
 Middle is a tag class. More...
 

Typedefs

typedef Hilbert_policy< Median > CGAL::Hilbert_sort_median_policy
 A typedef to Hilbert_policy<Median>.
 
typedef Hilbert_policy< Middle > CGAL::Hilbert_sort_middle_policy
 A typedef to Hilbert_policy<Middle>.