cesium-native 0.43.0
Loading...
Searching...
No Matches
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"
 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
 

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 63 of file ClassProperty.h.

Member Data Documentation

◆ FLOAT32

const std::string Cesium3DTiles::ClassProperty::ComponentType::FLOAT32 = "FLOAT32"
inlinestatic

FLOAT32

Definition at line 89 of file ClassProperty.h.

◆ FLOAT64

const std::string Cesium3DTiles::ClassProperty::ComponentType::FLOAT64 = "FLOAT64"
inlinestatic

FLOAT64

Definition at line 92 of file ClassProperty.h.

◆ INT16

const std::string Cesium3DTiles::ClassProperty::ComponentType::INT16 = "INT16"
inlinestatic

INT16

Definition at line 71 of file ClassProperty.h.

◆ INT32

const std::string Cesium3DTiles::ClassProperty::ComponentType::INT32 = "INT32"
inlinestatic

INT32

Definition at line 77 of file ClassProperty.h.

◆ INT64

const std::string Cesium3DTiles::ClassProperty::ComponentType::INT64 = "INT64"
inlinestatic

INT64

Definition at line 83 of file ClassProperty.h.

◆ INT8

const std::string Cesium3DTiles::ClassProperty::ComponentType::INT8 = "INT8"
inlinestatic

INT8

Definition at line 65 of file ClassProperty.h.

◆ UINT16

const std::string Cesium3DTiles::ClassProperty::ComponentType::UINT16 = "UINT16"
inlinestatic

UINT16

Definition at line 74 of file ClassProperty.h.

◆ UINT32

const std::string Cesium3DTiles::ClassProperty::ComponentType::UINT32 = "UINT32"
inlinestatic

UINT32

Definition at line 80 of file ClassProperty.h.

◆ UINT64

const std::string Cesium3DTiles::ClassProperty::ComponentType::UINT64 = "UINT64"
inlinestatic

UINT64

Definition at line 86 of file ClassProperty.h.

◆ UINT8

const std::string Cesium3DTiles::ClassProperty::ComponentType::UINT8 = "UINT8"
inlinestatic

UINT8

Definition at line 68 of file ClassProperty.h.


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