Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   Compound Members  

Softimage FTK type definitions.

Defines

Typedefs


Detailed Description

These defines show the mapping between built-in basic types, and the basic types used within the FTK.

Define Documentation

#define SI_Bool   unsigned short
 

SI_Bool is defined as 'unsigned short'.

#define SI_Byte   char
 

SI_Byte is defined as 'char'.

#define SI_Double   double
 

SI_Double is defines as 'double'.

#define SI_Float   float
 

SI_Float is defines as 'float'.

#define SI_Int   int
 

SI_Int is defines as 'int'.

#define SI_Long   long
 

SI_Long is defines as 'long'.

#define SI_Short   short
 

SI_Short is defines as 'short'.

#define SI_UByte   unsigned char
 

SI_UByte is defined as 'unsigned char'.

#define SI_UInt   unsigned int
 

SI_UInt is defines as 'unsigned int'.

#define SI_ULong   unsigned long
 

SI_ULong is defines as 'unsigned long'.

#define SI_UShort   unsigned short
 

SI_UShort is defines as 'unsigned short'.

#define SI_Void   void
 

SI_Void is defines as 'void'.


Typedef Documentation

typedef SI_Float SI_Matrix[4][4]
 

SI_Matrix is defines as a 4x4 array of SI_Float.

© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.

© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.