#include <Inventor/SbBase.h>
#include <Inventor/SbVec.h>
#include <Inventor/SbMatrix.h>
#include <Inventor/STL/iostream>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const SbBox3f &b) |
| Writes the box to the specified output stream.
|
|
std::ostream & | operator<< (std::ostream &os, const SbBox3i32 &b) |
| Writes the box to the specified output stream.
|
|
std::ostream & | operator<< (std::ostream &os, const SbBox2f &b) |
| Writes the box to the specified output stream.
|
|
◆ operator<<() [1/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const SbBox2f & |
b |
|
) |
| |
|
inline |
Writes the box to the specified output stream.
Definition at line 2555 of file SbBox.h.
◆ operator<<() [2/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const SbBox3f & |
b |
|
) |
| |
|
inline |
Writes the box to the specified output stream.
Definition at line 2539 of file SbBox.h.
◆ operator<<() [3/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const SbBox3i32 & |
b |
|
) |
| |
|
inline |
Writes the box to the specified output stream.
Definition at line 2547 of file SbBox.h.