Represents a boolean metadata property in EXT_structural_metadata.
More...
#include <CesiumGltf/PropertyView.h>
|
| PropertyView () |
| Constructs an empty property instance.
|
|
| PropertyView (const ClassProperty &classProperty) |
| Constructs a property instance from a class definition only.
|
|
PropertyViewStatusType | status () const noexcept |
|
const std::optional< std::string > & | name () const noexcept |
|
const std::optional< std::string > & | semantic () const noexcept |
|
const std::optional< std::string > & | description () const noexcept |
|
int64_t | arrayCount () const noexcept |
|
bool | normalized () const noexcept |
|
std::optional< bool > | offset () const noexcept |
|
std::optional< bool > | scale () const noexcept |
|
std::optional< bool > | max () const noexcept |
|
std::optional< bool > | min () const noexcept |
|
bool | required () const noexcept |
|
std::optional< bool > | noData () const noexcept |
|
std::optional< bool > | defaultValue () const noexcept |
|
|
PropertyViewStatusType | _status |
|
Represents a boolean metadata property in EXT_structural_metadata.
Definition at line 959 of file PropertyView.h.
◆ PropertyView()
Constructs an invalid instance for an erroneous property.
- Parameters
-
Definition at line 1005 of file PropertyView.h.
◆ arrayCount()
◆ defaultValue()
◆ description()
◆ max()
◆ min()
◆ name()
◆ noData()
◆ normalized()
◆ offset()
◆ required()
◆ scale()
◆ semantic()
◆ status()
The documentation for this class was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumGltf/include/CesiumGltf/PropertyView.h