#include <Inventor/SbBase.h>
#include <Inventor/SbVec.h>
#include <Inventor/SbMatrix.h>
#include <Inventor/STL/iostream>
Go to the source code of this file.
Classes | |
class | SbBox3i32 |
3D box class. More... | |
class | SbBox3s |
3D box class. More... | |
class | SbBox3f |
3D box class. More... | |
class | SbBox3d |
3D box class. More... | |
class | SbXfBox3f |
3D box with an associated transformation matrix. More... | |
class | SbXfBox3d |
3D box with an associated transformation matrix. More... | |
class | SbBox2f |
2D box class. More... | |
class | SbBox2d |
2D box class. More... | |
class | SbBox2s |
2D box class. More... | |
class | SbBox2i32 |
2D box class. More... | |
class | SbBox4i32 |
4D box class. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SbBox3f &b) |
std::ostream & | operator<< (std::ostream &os, const SbBox3i32 &b) |
std::ostream & | operator<< (std::ostream &os, const SbBox2f &b) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const SbBox2f & | b | |||
) | [inline] |
Writes the box to the specified output stream.
std::ostream& operator<< | ( | std::ostream & | os, | |
const SbBox3i32 & | b | |||
) | [inline] |
Writes the box to the specified output stream.
std::ostream& operator<< | ( | std::ostream & | os, | |
const SbBox3f & | b | |||
) | [inline] |
Writes the box to the specified output stream.