\( \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.1 - dD Spatial Searching

Classes

class  CGAL::Kd_tree_node< Traits, Splitter, UseExtendedNode >
 The class Kd_tree_node implements a node class for a k-d tree. More...
 
class  CGAL::Kd_tree_leaf_node< TreeTraits, Splitter, UseExtendedNode >
 
class  CGAL::Kd_tree_internal_node< TreeTraits, Splitter, UseExtendedNode >
 
class  CGAL::Kd_tree_rectangle< FT, Dimension >
 The class Kd_tree_rectangle implements d-dimensional iso-rectangles and related operations, e.g., methods to compute bounding boxes of point sets. More...
 
class  CGAL::Plane_separator< FT >
 The class Plane_separator implements a plane separator, i.e., a hyperplane that is used to separate two half spaces. More...
 
class  CGAL::Point_container< Traits >
 A custom container for points used to build a tree. More...