\( \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.7 - 2D and 3D Linear Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Bbox_2 Member List

This is the complete list of members for CGAL::Bbox_2, including all inherited members.

Bbox_2(double x_min, double y_min, double x_max, double y_max)CGAL::Bbox_2
bbox_2(InputIterator begin, InputIterator past_end)CGAL::Bbox_2related
bbox_2(InputIterator begin, InputIterator past_end, const Traits &traits)CGAL::Bbox_2related
dimension() const CGAL::Bbox_2
do_overlap(const Bbox_2 &bb1, const Bbox_2 &bb2)CGAL::Bbox_2related
max(int i) const CGAL::Bbox_2
min(int i) const CGAL::Bbox_2
operator!=(const Bbox_2 &q) const CGAL::Bbox_2
operator+(const Bbox_2 &c) const CGAL::Bbox_2
operator+=(const Bbox_2 &c)CGAL::Bbox_2
operator==(const Bbox_2 &c) const CGAL::Bbox_2
xmax() const CGAL::Bbox_2
xmin() const CGAL::Bbox_2
ymax() const CGAL::Bbox_2
ymin() const CGAL::Bbox_2