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.14 - Spatial Sorting
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Hilbert_policy< Tag > Struct Template Reference

#include <CGAL/Hilbert_policy_tags.h>

Definition

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.

Template Parameters
Tagmust be either Median or Middle.
Is Model Of:

DefaultConstructible

CopyConstructible

See also
Median
Middle
Hilbert_sort_median_policy
Hilbert_sort_middle_policy