HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImathBox.h File Reference
#include "ImathExport.h"
#include "ImathNamespace.h"
#include "ImathVec.h"
+ Include dependency graph for ImathBox.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Box< V >
 
class  Box< V >
 
class  Box< Vec2< T > >
 
class  Box< Vec3< T > >
 

Typedefs

typedef Box< V2sBox2s
 2D box of base type short. More...
 
typedef Box< V2iBox2i
 2D box of base type int. More...
 
typedef Box< V2i64Box2i64
 2D box of base type int64_t. More...
 
typedef Box< V2fBox2f
 2D box of base type float. More...
 
typedef Box< V2dBox2d
 2D box of base type double. More...
 
typedef Box< V3sBox3s
 3D box of base type short. More...
 
typedef Box< V3iBox3i
 3D box of base type int. More...
 
typedef Box< V3i64Box3i64
 3D box of base type int64_t. More...
 
typedef Box< V3fBox3f
 3D box of base type float. More...
 
typedef Box< V3dBox3d
 3D box of base type double. More...
 

Typedef Documentation

typedef Box<V2d> Box2d

2D box of base type double.

Definition at line 152 of file ImathBox.h.

typedef Box<V2f> Box2f

2D box of base type float.

Definition at line 149 of file ImathBox.h.

typedef Box<V2i> Box2i

2D box of base type int.

Definition at line 143 of file ImathBox.h.

typedef Box<V2i64> Box2i64

2D box of base type int64_t.

Definition at line 146 of file ImathBox.h.

typedef Box<V2s> Box2s

2D box of base type short.

Definition at line 140 of file ImathBox.h.

typedef Box<V3d> Box3d

3D box of base type double.

Definition at line 167 of file ImathBox.h.

typedef Box<V3f> Box3f

3D box of base type float.

Definition at line 164 of file ImathBox.h.

typedef Box<V3i> Box3i

3D box of base type int.

Definition at line 158 of file ImathBox.h.

typedef Box<V3i64> Box3i64

3D box of base type int64_t.

Definition at line 161 of file ImathBox.h.

typedef Box<V3s> Box3s

3D box of base type short.

Definition at line 155 of file ImathBox.h.