Go to the source code of this file.
Classes | |
class | Bbox_2 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Bbox_2 &b) |
std::istream & | operator>> (std::istream &is, Bbox_2 &b) |
bool | do_overlap (const Bbox_2 &bb1, const Bbox_2 &bb2) |
bool | do_overlap_eps (const Bbox_2 &bb1, const Bbox_2 &bb2, const double eps) |
bool | do_overlap_strict (const Bbox_2 &bb1, const Bbox_2 &bb2) |
template<class InIter > | |
Bbox_2 | get_Bbox_2 (InIter first, InIter last) |
Definition at line 138 of file include/CGAL/Bbox_2.h.
References Bbox_2::xmax(), Bbox_2::xmin(), Bbox_2::ymax(), and Bbox_2::ymin().
Definition at line 155 of file include/CGAL/Bbox_2.h.
References Bbox_2::xmax(), Bbox_2::xmin(), Bbox_2::ymax(), and Bbox_2::ymin().
Definition at line 165 of file include/CGAL/Bbox_2.h.
References Bbox_2::xmax(), Bbox_2::xmin(), Bbox_2::ymax(), and Bbox_2::ymin().
Bbox_2 get_Bbox_2 | ( | InIter | first, |
InIter | last | ||
) |
Definition at line 175 of file include/CGAL/Bbox_2.h.
|
inline |
Definition at line 91 of file include/CGAL/Bbox_2.h.
References IO::ASCII, IO::BINARY, IO::mode, write(), Bbox_2::xmax(), Bbox_2::xmin(), Bbox_2::ymax(), and Bbox_2::ymin().
|
inline |
Definition at line 118 of file include/CGAL/Bbox_2.h.
References IO::ASCII, IO::BINARY, IO::mode, and read().