ULIS  dev4.0.7
Utility Library for Imaging Systems
Classes | Typedefs
FDecl.h File Reference

Classes

class  TArray< T >
 The TArray class provides a simple dynamic array or vector class for ULIS interfaces. More...
 
class  TMatrix2< T >
 The TMatrix2 class provides a simple 2x2 square matrix class for geometry applications. More...
 
class  TMatrix3< T >
 The TMatrix3 class provides a simple 3x3 square matrix class for geometry applications. More...
 
class  TMatrix4< T >
 The TMatrix4 class provides a simple 4x4 square matrix class for geometry applications. More...
 
class  TRectangle< T >
 The TRectangle class provides a simple 2D rectangle class for box geometry applications. More...
 
class  TVector2< T >
 The TVector2 class provides a simple 2D vector class for vector geometry applications. More...
 
class  TVector3< T >
 The TVector3 class provides a simple 3D vector class for vector geometry applications. More...
 
class  TVector4< T >
 The TVector4 class provides a simple 4D vector class for vector geometry applications. More...
 

Typedefs

typedef TMatrix2< float > FMat2F
 
typedef TMatrix3< float > FMat3F
 
typedef TMatrix4< float > FMat4F
 
typedef TRectangle< float > FRectF
 
typedef TRectangle< int > FRectI
 
typedef TVector2< float > FVec2F
 
typedef TVector2< int > FVec2I
 
typedef TVector3< float > FVec3F
 
typedef TVector3< int > FVec3I
 
typedef TVector4< float > FVec4F
 
typedef TVector4< int > FVec4I
 

Typedef Documentation

◆ FMat2F

typedef TMatrix2< float > FMat2F

◆ FMat3F

typedef TMatrix3< float > FMat3F

◆ FMat4F

typedef TMatrix4< float > FMat4F

◆ FRectF

typedef TRectangle< float > FRectF

◆ FRectI

typedef TRectangle< int > FRectI

◆ FVec2F

typedef TVector2< float > FVec2F

◆ FVec2I

typedef TVector2< int > FVec2I

◆ FVec3F

typedef TVector3< float > FVec3F

◆ FVec3I

typedef TVector3< int > FVec3I

◆ FVec4F

typedef TVector4< float > FVec4F

◆ FVec4I

typedef TVector4< int > FVec4I