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.3 - Spatial Sorting
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

Classes

class  CGAL::Hilbert_sort_2< Traits, PolicyTag >
 The function object Hilbert_sort_2 sorts iterator ranges of Traits::Point_2 along a Hilbert curve by recursively subdividing at the median or the middle depending on the PolicyTag. More...
 
class  CGAL::Hilbert_sort_3< Traits, PolicyTag >
 The function object Hilbert_sort_3 sorts iterator ranges of Traits::Point_3 along a Hilbert curve by recursively subdividing at the median or the middle depending on the PolicyTag. More...
 
class  CGAL::Hilbert_sort_d< Traits, PolicyTag >
 The function object Hilbert_sort_d sorts iterator ranges of Traits::Point_d along a Hilbert curve by recursively subdividing at the median or the middle depending on the PolicyTag. More...
 
class  CGAL::Hilbert_sort_on_sphere_3< Traits, PolicyTag >
 The function object Hilbert_sort_on_sphere_3 sorts iterator ranges of Traits::Point_3 along a Hilbert curve on a given sphere. More...
 
class  CGAL::Multiscale_sort< Sort >
 The class Multiscale_sort represents a sorting algorithm adaptor. More...