Header file for the generic type module.
More...
|
enum | EA3DGenericType {
kA3DGenericTypeBool,
kA3DGenericTypeInt8,
kA3DGenericTypeUns8,
kA3DGenericTypeInt16,
kA3DGenericTypeUns16,
kA3DGenericTypeInt32,
kA3DGenericTypeUns32,
kA3DGenericTypeFloat,
kA3DGenericTypeDouble,
kA3DGenericTypeUTF8Char,
kA3DGenericTypeUTF8String,
kA3DGenericTypeEntity
} |
|
Header file for the generic type module.
- Author
- Tech Soft 3D
- Version
- 22.2
- Date
- July 2022
- Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc. All rights reserved.
◆ EA3DGenericType
Enumerator |
---|
kA3DGenericTypeBool | A3DBool type
|
kA3DGenericTypeInt8 | A3DInt8 type
|
kA3DGenericTypeUns8 | A3DUns8 type
|
kA3DGenericTypeInt16 | A3DInt16 type
|
kA3DGenericTypeUns16 | A3DUns16 type
|
kA3DGenericTypeInt32 | A3DInt32 type
|
kA3DGenericTypeUns32 | A3DUns32 type
|
kA3DGenericTypeFloat | A3DFloat type
|
kA3DGenericTypeDouble | A3DDouble type
|
kA3DGenericTypeUTF8Char | A3DUTF8Char type
|
kA3DGenericTypeUTF8String | A3DUTF8Char string type
|
kA3DGenericTypeEntity | A3DEntity type
|