Assimp: aiMeshKey Struct Reference

assimp - Open Asset Import Library

Binds a anim mesh to a specific point in time. More...

Public Types

typedef unsigned int elem_type
 

Public Member Functions

 aiMeshKey ()
 
 aiMeshKey (double time, const unsigned int value)
 Construction from a given time and key value. More...
 
bool operator!= (const aiMeshKey &o) const
 
bool operator< (const aiMeshKey &o) const
 
bool operator== (const aiMeshKey &o) const
 
bool operator> (const aiMeshKey &o) const
 

Public Attributes

double mTime
 The time of this key. More...
 
unsigned int mValue
 Index into the aiMesh::mAnimMeshes array of the mesh coresponding to the aiMeshAnim hosting this key frame. More...
 

Detailed Description

Binds a anim mesh to a specific point in time.

Member Typedef Documentation

typedef unsigned int aiMeshKey::elem_type

Constructor & Destructor Documentation

aiMeshKey::aiMeshKey ( )
inline
aiMeshKey::aiMeshKey ( double  time,
const unsigned int  value 
)
inline

Construction from a given time and key value.

Member Function Documentation

bool aiMeshKey::operator!= ( const aiMeshKey o) const
inline
bool aiMeshKey::operator< ( const aiMeshKey o) const
inline
bool aiMeshKey::operator== ( const aiMeshKey o) const
inline
bool aiMeshKey::operator> ( const aiMeshKey o) const
inline

Member Data Documentation

double aiMeshKey::mTime

The time of this key.

unsigned int aiMeshKey::mValue

Index into the aiMesh::mAnimMeshes array of the mesh coresponding to the aiMeshAnim hosting this key frame.

The referenced anim mesh is evaluated according to the rules defined in the docs for aiAnimMesh.

The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11