HDK
|
Enumerations | |
enum | Endian { Endian::LITTLE = 0, Endian::BIG } |
enum | PointCountType { PointCountType::NONE = 0, PointCountType::FIXED, PointCountType::DETAIL, PointCountType::GUESS } |
enum | Target { Target::NONE = 0, Target::DETAIL, Target::POINT, Target::VOLUME } |
enum | Type { Type::FLOAT = 0, Type::INT } |
enum | Precision { Precision::_8 = 0, Precision::_16, Precision::_32, Precision::_64 } |
enum | Volorder { Volorder::ZYX = 0, Volorder::XYZ } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Endian enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (PointCountType enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Target enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Precision enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Volorder enum_value) |
|
strong |
Enumerator | |
---|---|
LITTLE | |
BIG |
Definition at line 25 of file SOP_RawImport.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
FIXED | |
DETAIL | |
GUESS |
Definition at line 42 of file SOP_RawImport.proto.h.
|
strong |
Enumerator | |
---|---|
_8 | |
_16 | |
_32 | |
_64 |
Definition at line 101 of file SOP_RawImport.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
DETAIL | |
POINT | |
VOLUME |
Definition at line 63 of file SOP_RawImport.proto.h.
|
strong |
Enumerator | |
---|---|
FLOAT | |
INT |
Definition at line 84 of file SOP_RawImport.proto.h.
|
strong |
Enumerator | |
---|---|
ZYX | |
XYZ |
Definition at line 122 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | Endian | enum_value | ) |
Definition at line 32 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | PointCountType | enum_value | ) |
Definition at line 51 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | Target | enum_value | ) |
Definition at line 72 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | Type | enum_value | ) |
Definition at line 91 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | Precision | enum_value | ) |
Definition at line 110 of file SOP_RawImport.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RawImportEnums::getToken | ( | Volorder | enum_value | ) |
Definition at line 129 of file SOP_RawImport.proto.h.