cesium-native  0.41.0
CesiumGeometry::AvailabilityAccessor Class Reference

Public Member Functions

 AvailabilityAccessor (const AvailabilityView &view, const AvailabilitySubtree &subtree) noexcept
 
bool isBufferView () const noexcept
 
bool isConstant () const noexcept
 
bool getConstant () const
 Unsafe if isConstant is false.
 
const gsl::span< const std::byte > & getBufferAccessor () const
 Unsafe is isBufferView is false.
 
const std::byte & operator[] (size_t i) const
 Unsafe if isBufferView is false.
 
size_t size () const
 Unsafe if isBufferView is false;.
 

Detailed Description

Definition at line 79 of file Availability.h.


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