Assimp  v3.1.1 (June 2014)
glTF::Accessor::Indexer Class Reference

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 >
GetValue (int i)
 Accesses the i-th value as defined by the accessor. More...
 
bool IsValid () const
 

Friends

struct Accessor
 

Detailed Description

Helper class to iterate the data.

Member Function Documentation

unsigned int glTF::Accessor::Indexer::GetUInt ( int  i)
inline

Accesses the i-th value as defined by the accessor.

template<class T >
T glTF::Accessor::Indexer::GetValue ( int  i)

Accesses the i-th value as defined by the accessor.

bool glTF::Accessor::Indexer::IsValid ( ) const
inline

Friends And Related Function Documentation

friend struct Accessor
friend

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