cesium-native 0.43.0
|
Known values for The datatype of the element's components. Only applicable to SCALAR
, VECN
, and MATN
types.
More...
#include <CesiumGltf/ClassProperty.h>
Static Public Attributes | |
static const std::string | INT8 = "INT8" |
INT8 | |
static const std::string | UINT8 = "UINT8" |
UINT8 | |
static const std::string | INT16 = "INT16" |
INT16 | |
static const std::string | UINT16 = "UINT16" |
UINT16 | |
static const std::string | INT32 = "INT32" |
INT32 | |
static const std::string | UINT32 = "UINT32" |
UINT32 | |
static const std::string | INT64 = "INT64" |
INT64 | |
static const std::string | UINT64 = "UINT64" |
UINT64 | |
static const std::string | FLOAT32 = "FLOAT32" |
FLOAT32 | |
static const std::string | FLOAT64 = "FLOAT64" |
FLOAT64 | |
Known values for The datatype of the element's components. Only applicable to SCALAR
, VECN
, and MATN
types.
Definition at line 63 of file ClassProperty.h.
|
inlinestatic |
FLOAT32
Definition at line 89 of file ClassProperty.h.
|
inlinestatic |
FLOAT64
Definition at line 92 of file ClassProperty.h.
|
inlinestatic |
INT16
Definition at line 71 of file ClassProperty.h.
|
inlinestatic |
INT32
Definition at line 77 of file ClassProperty.h.
|
inlinestatic |
INT64
Definition at line 83 of file ClassProperty.h.
|
inlinestatic |
INT8
Definition at line 65 of file ClassProperty.h.
|
inlinestatic |
UINT16
Definition at line 74 of file ClassProperty.h.
|
inlinestatic |
UINT32
Definition at line 80 of file ClassProperty.h.
|
inlinestatic |
UINT64
Definition at line 86 of file ClassProperty.h.
|
inlinestatic |
UINT8
Definition at line 68 of file ClassProperty.h.