cesium-native  0.41.0
CesiumGltf::PropertyArrayView< bool > Class Reference

Public Member Functions

 PropertyArrayView ()
 Constructs an empty array view.
 
 PropertyArrayView (const gsl::span< const std::byte > &buffer, int64_t bitOffset, int64_t size) noexcept
 Constructs an array view from a buffer. More...
 
bool operator[] (int64_t index) const noexcept
 
int64_t size () const noexcept
 

Detailed Description

Definition at line 129 of file PropertyArrayView.h.

Constructor & Destructor Documentation

◆ PropertyArrayView()

CesiumGltf::PropertyArrayView< bool >::PropertyArrayView ( const gsl::span< const std::byte > &  buffer,
int64_t  bitOffset,
int64_t  size 
)
inlinenoexcept

Constructs an array view from a buffer.

Parameters
bufferThe buffer containing the values.
bitOffsetThe offset into the buffer where the values actually begin.
sizeThe number of values in the array.

Definition at line 144 of file PropertyArrayView.h.


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