Detailed Description

Enumerations

enum class  MD_TYPE {
  MD_NONE ,
  MD_CHAR ,
  MD_UCHAR ,
  MD_LONG ,
  MD_ULONG ,
  MD_LLONG ,
  MD_MATRIX ,
  MD_COLOR ,
  MD_VECTOR ,
  MD_NORMAL ,
  MD_REAL ,
  MD_BOOL
}
 

Functions

enum MD_TYPE MAXON_ENUM_LIST (MD_TYPE)
 

Enumeration Type Documentation

◆ MD_TYPE

enum MD_TYPE
strong
Enumerator
MD_NONE 

None.

MD_CHAR 

Char type.

MD_UCHAR 

UChar type.

MD_LONG 

Int32 type.

MD_ULONG 

UInt32 type.

MD_LLONG 

Int64 type.

MD_MATRIX 

Matrix type.

MD_COLOR 

Color type (Vector).

MD_VECTOR 

Vector type.

MD_NORMAL 

Normal type (Vector).

MD_REAL 

Float type.

MD_BOOL 

Bool type.

Function Documentation

◆ MAXON_ENUM_LIST()

enum MD_TYPE MAXON_ENUM_LIST ( MD_TYPE  )