cesium-native  0.41.0
CesiumGltf::CountFromAccessor Struct Reference

Visitor that retrieves the count of elements in the given accessor type as an int64_t. More...

#include <CesiumGltf/AccessorUtility.h>

Public Member Functions

int64_t operator() (std::monostate)
 
template<typename T >
int64_t operator() (const AccessorView< T > &value)
 

Detailed Description

Visitor that retrieves the count of elements in the given accessor type as an int64_t.

Definition at line 16 of file AccessorUtility.h.


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