#include "Cubic_Bounding_Box_Container.h"Include dependency graph for Cubic_Bounding_Box.cpp:

Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &os, const Cubic_Bounding_Box box) | 
| ostream & | operator<< (ostream &os, const Cubic_Bounding_Box_Container box) | 
| Cubic_Bounding_Box | operator && (const Cubic_Bounding_Box left, const Cubic_Bounding_Box right) | 
| Cubic_Bounding_Box | operator|| (const Cubic_Bounding_Box left, const Cubic_Bounding_Box right) | 
| Cubic_Bounding_Box operator && | ( | const Cubic_Bounding_Box | left, | |
| const Cubic_Bounding_Box | right | |||
| ) | 
Wrapper for the unite function.
Definition at line 23 of file Cubic_Bounding_Box.cpp.
References Cubic_Bounding_Box::unionWith().
| ostream& operator<< | ( | ostream & | os, | |
| const Cubic_Bounding_Box_Container | box | |||
| ) | 
Wrapper for the toString function.
Definition at line 18 of file Cubic_Bounding_Box.cpp.
References Cubic_Bounding_Box::toString().
| ostream& operator<< | ( | ostream & | os, | |
| const Cubic_Bounding_Box | box | |||
| ) | 
Copyright (C) 2007 A.N. Yzelman Released under LGPL, see license.txt
Last modified at 8th of May, 2007, by A.N. Yzelman
Cubic_Bounding_Box.cpp: Implementation of Cubic_Bounding_Box.h
Definition at line 13 of file Cubic_Bounding_Box.cpp.
| Cubic_Bounding_Box operator|| | ( | const Cubic_Bounding_Box | left, | |
| const Cubic_Bounding_Box | right | |||
| ) | 
Wrapper for the intersect function.
Definition at line 27 of file Cubic_Bounding_Box.cpp.
References Cubic_Bounding_Box::intersect().
 1.5.2