cesium-native  0.41.0
Cesium3DTiles::ClassProperty::ComponentType Struct Reference

Known values for The datatype of the element's components. Required for SCALAR, VECN, and MATN types, and disallowed for other types. More...

#include <Cesium3DTiles/ClassProperty.h>

Static Public Attributes

static const std::string INT8 = "INT8"
 
static const std::string UINT8 = "UINT8"
 
static const std::string INT16 = "INT16"
 
static const std::string UINT16 = "UINT16"
 
static const std::string INT32 = "INT32"
 
static const std::string UINT32 = "UINT32"
 
static const std::string INT64 = "INT64"
 
static const std::string UINT64 = "UINT64"
 
static const std::string FLOAT32 = "FLOAT32"
 
static const std::string FLOAT64 = "FLOAT64"
 

Detailed Description

Known values for The datatype of the element's components. Required for SCALAR, VECN, and MATN types, and disallowed for other types.

Definition at line 51 of file ClassProperty.h.


The documentation for this struct was generated from the following file: