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 5.0 - dD Spatial Searching
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Kd_tree_rectangle< FT, Dimension > Member List

This is the complete list of members for CGAL::Kd_tree_rectangle< FT, Dimension >, including all inherited members.

Dimension typedefCGAL::Kd_tree_rectangle< FT, Dimension >
dimension() constCGAL::Kd_tree_rectangle< FT, Dimension >
FT typedefCGAL::Kd_tree_rectangle< FT, Dimension >
Kd_tree_rectangle(int d)CGAL::Kd_tree_rectangle< FT, Dimension >
Kd_tree_rectangle(int d, PointIter begin, PointIter end, const Construct_cartesian_const_iterator_d &construct_it)CGAL::Kd_tree_rectangle< FT, Dimension >
max_coord(int i) constCGAL::Kd_tree_rectangle< FT, Dimension >
max_span() constCGAL::Kd_tree_rectangle< FT, Dimension >
max_span_coord() constCGAL::Kd_tree_rectangle< FT, Dimension >
min_coord(int i) constCGAL::Kd_tree_rectangle< FT, Dimension >
operator<<(std::ostream &s, Kd_tree_rectangle< FT > &r)CGAL::Kd_tree_rectangle< FT, Dimension >related
set_lower_bound(int i, const FT &x)CGAL::Kd_tree_rectangle< FT, Dimension >
set_upper_bound(int i, const FT &x)CGAL::Kd_tree_rectangle< FT, Dimension >
split(Kd_tree_rectangle< FT, Dimension > &r, int d, FT value)CGAL::Kd_tree_rectangle< FT, Dimension >