Open Inventor Reference
SbBoxd.h File Reference

Go to the source code of this file.

Classes

class  SbBox3d
 3D box class. More...
 
class  SbXfBox3d
 3D box with an associated transformation matrix. More...
 
class  SbBox2d
 2D box class. More...
 

Functions

INVENTOR_API bool operator== (const SbBox3d &b1, const SbBox3d &b2)
 
INVENTOR_API bool operator!= (const SbBox3d &b1, const SbBox3d &b2)
 
INVENTOR_API bool operator== (const SbXfBox3d &b1, const SbXfBox3d &b2)
 
INVENTOR_API bool operator!= (const SbXfBox3d &b1, const SbXfBox3d &b2)
 
INVENTOR_API bool operator== (const SbBox2d &b1, const SbBox2d &b2)
 
INVENTOR_API bool operator!= (const SbBox2d &b1, const SbBox2d &b2)
 

Function Documentation

◆ operator!=() [1/3]

INVENTOR_API bool operator!= ( const SbBox2d & b1,
const SbBox2d & b2 )
inline

Definition at line 461 of file SbBoxd.h.

◆ operator!=() [2/3]

INVENTOR_API bool operator!= ( const SbBox3d & b1,
const SbBox3d & b2 )
inline

Definition at line 208 of file SbBoxd.h.

◆ operator!=() [3/3]

INVENTOR_API bool operator!= ( const SbXfBox3d & b1,
const SbXfBox3d & b2 )
inline

Definition at line 354 of file SbBoxd.h.

◆ operator==() [1/3]

INVENTOR_API bool operator== ( const SbBox2d & b1,
const SbBox2d & b2 )

References INVENTOR_API.

◆ operator==() [2/3]

INVENTOR_API bool operator== ( const SbBox3d & b1,
const SbBox3d & b2 )

References INVENTOR_API.

◆ operator==() [3/3]

INVENTOR_API bool operator== ( const SbXfBox3d & b1,
const SbXfBox3d & b2 )

References INVENTOR_API.