Loading [MathJax]/extensions/TeX/newcommand.js
\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.12 - Spatial Sorting
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

Classes

struct  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...
 
struct  CGAL::Median
 Median is a tag class. More...
 
struct  CGAL::Middle
 Middle is a tag class. More...
 

Typedefs

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