Go to the source code of this file.
Classes | |
class | Bbox_3 |
Functions | |
bool | do_overlap (const Bbox_3 &bb1, const Bbox_3 &bb2) |
std::ostream & | operator<< (std::ostream &os, const Bbox_3 &b) |
std::istream & | operator>> (std::istream &is, Bbox_3 &b) |
bool | do_overlap_eps (const Bbox_3 &bb1, const Bbox_3 &bb2, const double eps) |
bool | do_overlap_strict (const Bbox_3 &bb1, const Bbox_3 &bb2) |
template<class InIter > | |
Bbox_3 | get_Bbox_3 (InIter first, InIter last) |
Definition at line 96 of file include/CGAL/Bbox_3.h.
References Bbox_3::xmax(), Bbox_3::xmin(), Bbox_3::ymax(), Bbox_3::ymin(), Bbox_3::zmax(), and Bbox_3::zmin().
Definition at line 174 of file include/CGAL/Bbox_3.h.
References Bbox_3::xmax(), Bbox_3::xmin(), Bbox_3::ymax(), Bbox_3::ymin(), Bbox_3::zmax(), and Bbox_3::zmin().
Definition at line 186 of file include/CGAL/Bbox_3.h.
References Bbox_3::xmax(), Bbox_3::xmin(), Bbox_3::ymax(), Bbox_3::ymin(), Bbox_3::zmax(), and Bbox_3::zmin().
Bbox_3 get_Bbox_3 | ( | InIter | first, |
InIter | last | ||
) |
Definition at line 199 of file include/CGAL/Bbox_3.h.
|
inline |
Definition at line 111 of file include/CGAL/Bbox_3.h.
References IO::ASCII, IO::BINARY, IO::mode, write(), Bbox_3::xmax(), Bbox_3::xmin(), Bbox_3::ymax(), Bbox_3::ymin(), Bbox_3::zmax(), and Bbox_3::zmin().
|
inline |
Definition at line 143 of file include/CGAL/Bbox_3.h.
References IO::ASCII, IO::BINARY, IO::mode, and read().