Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SbBox.h File Reference
#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
  VSG extension 3D box class. More...
 
class  SbBox3s
  VSG extension 3D box class. More...
 
class  SbBox3f
 3D box class. More...
 
class  SbBox3d
  VSG extension 3D box class. More...
 
class  SbXfBox3f
 3D box with an associated transformation matrix. More...
 
class  SbXfBox3d
  VSG extension 3D box with an associated transformation matrix. More...
 
class  SbBox2f
 2D box class. More...
 
class  SbBox2d
  VSG extension 2D box class. More...
 
class  SbBox2s
 2D box class. More...
 
class  SbBox2i32
 2D box class. More...
 
class  SbBox4i32
  VSG extension 4D box class. More...
 

Functions

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.
 

Function Documentation

◆ 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.