Neo  0.5.0
Developer Documentation
Neo::TextureAnim Class Reference

#include <TextureAnim.h>

Public Member Functions

 TextureAnim (void)
 
 ~TextureAnim (void)
 
KeyallocTranslateKeys (unsigned int size)
 
KeyallocScaleKeys (unsigned int size)
 
KeyallocRotationKeys (unsigned int size)
 
void clearTranslateKeys (void)
 
void clearScaleKeys (void)
 
void clearRotationKeys (void)
 
unsigned int getTranslateKeysNumber (void)
 
unsigned int getScaleKeysNumber (void)
 
unsigned int getRotationKeysNumber (void)
 
KeygetTranslateKeys (void)
 
KeygetScaleKeys (void)
 
KeygetRotationKeys (void)
 

Constructor & Destructor Documentation

Neo::TextureAnim::TextureAnim ( void  )
Neo::TextureAnim::~TextureAnim ( void  )

Member Function Documentation

Key* Neo::TextureAnim::allocRotationKeys ( unsigned int  size)
Key* Neo::TextureAnim::allocScaleKeys ( unsigned int  size)
Key* Neo::TextureAnim::allocTranslateKeys ( unsigned int  size)
void Neo::TextureAnim::clearRotationKeys ( void  )
void Neo::TextureAnim::clearScaleKeys ( void  )
void Neo::TextureAnim::clearTranslateKeys ( void  )
Key* Neo::TextureAnim::getRotationKeys ( void  )
inline
unsigned int Neo::TextureAnim::getRotationKeysNumber ( void  )
inline
Key* Neo::TextureAnim::getScaleKeys ( void  )
inline
unsigned int Neo::TextureAnim::getScaleKeysNumber ( void  )
inline
Key* Neo::TextureAnim::getTranslateKeys ( void  )
inline
unsigned int Neo::TextureAnim::getTranslateKeysNumber ( void  )
inline

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