|
| PropertyArrayView () |
| Constructs an empty array view.
|
|
| PropertyArrayView (const gsl::span< const std::byte > &values, const gsl::span< const std::byte > &stringOffsets, PropertyComponentType stringOffsetType, int64_t size) noexcept |
| Constructs an array view from buffers and their information. More...
|
|
std::string_view | operator[] (int64_t index) const noexcept |
|
int64_t | size () const noexcept |
|
Definition at line 166 of file PropertyArrayView.h.
◆ PropertyArrayView()
Constructs an array view from buffers and their information.
- Parameters
-
values | The buffer containing the values. |
stringOffsets | The buffer containing the string offsets. |
stringOffsetType | The component type of the string offsets. |
size | The number of values in the array. |
Definition at line 185 of file PropertyArrayView.h.
The documentation for this class was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumGltf/include/CesiumGltf/PropertyArrayView.h