Assimp
v4.1. (December 2018)
|
Helper class to iterate the data. More...
Public Member Functions | |
unsigned int | GetUInt (int i) |
Accesses the i-th value as defined by the accessor. More... | |
template<class T > | |
T | GetValue (int i) |
Accesses the i-th value as defined by the accessor. More... | |
bool | IsValid () const |
Friends | |
struct | Accessor |
Helper class to iterate the data.
|
inline |
Accesses the i-th value as defined by the accessor.
T glTF2::Accessor::Indexer::GetValue | ( | int | i | ) |
Accesses the i-th value as defined by the accessor.
|
inline |
|
friend |