|
cesium-native 0.61.0
|
#include <CesiumGltf/AccessorUtility.h>
Public Member Functions | |
| int64_t | operator() (std::monostate) |
| Attempts to obtain a number of indices from an empty IndexAccessorType, resulting in 0. | |
| template<typename T> | |
| int64_t | operator() (const AccessorView< T > &value) |
| Attempts to obtain a number of indices from an AccessorView. | |
Visitor that returns the number of indices contained in an IndexAccessorType variant.
Definition at line 166 of file AccessorUtility.h.
|
inline |
Attempts to obtain a number of indices from an AccessorView.
Definition at line 176 of file AccessorUtility.h.
|
inline |
Attempts to obtain a number of indices from an empty IndexAccessorType, resulting in 0.
Definition at line 171 of file AccessorUtility.h.