Neo  0.5.0
Developer Documentation
Neo::MaterialAnim Class Reference

#include <MaterialAnim.h>

Public Member Functions

 MaterialAnim (void)
 
 ~MaterialAnim (void)
 
KeyallocOpacityKeys (unsigned int size)
 
KeyallocShininessKeys (unsigned int size)
 
KeyallocCustomValueKeys (unsigned int size)
 
KeyallocDiffuseKeys (unsigned int size)
 
KeyallocSpecularKeys (unsigned int size)
 
KeyallocEmitKeys (unsigned int size)
 
KeyallocCustomColorKeys (unsigned int size)
 
void clearOpacityKeys (void)
 
void clearShininessKeys (void)
 
void clearCustomValueKeys (void)
 
void clearDiffuseKeys (void)
 
void clearSpecularKeys (void)
 
void clearEmitKeys (void)
 
void clearCustomColorKeys (void)
 
unsigned int getOpacityKeysNumber (void)
 
unsigned int getShininessKeysNumber (void)
 
unsigned int getCustomValueKeysNumber (void)
 
unsigned int getDiffuseKeysNumber (void)
 
unsigned int getSpecularKeysNumber (void)
 
unsigned int getEmitKeysNumber (void)
 
unsigned int getCustomColorKeysNumber (void)
 
KeygetOpacityKeys (void)
 
KeygetShininessKeys (void)
 
KeygetCustomValueKeys (void)
 
KeygetDiffuseKeys (void)
 
KeygetSpecularKeys (void)
 
KeygetEmitKeys (void)
 
KeygetCustomColorKeys (void)
 

Constructor & Destructor Documentation

Neo::MaterialAnim::MaterialAnim ( void  )
Neo::MaterialAnim::~MaterialAnim ( void  )

Member Function Documentation

Key* Neo::MaterialAnim::allocCustomColorKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocCustomValueKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocDiffuseKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocEmitKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocOpacityKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocShininessKeys ( unsigned int  size)
Key* Neo::MaterialAnim::allocSpecularKeys ( unsigned int  size)
void Neo::MaterialAnim::clearCustomColorKeys ( void  )
void Neo::MaterialAnim::clearCustomValueKeys ( void  )
void Neo::MaterialAnim::clearDiffuseKeys ( void  )
void Neo::MaterialAnim::clearEmitKeys ( void  )
void Neo::MaterialAnim::clearOpacityKeys ( void  )
void Neo::MaterialAnim::clearShininessKeys ( void  )
void Neo::MaterialAnim::clearSpecularKeys ( void  )
Key* Neo::MaterialAnim::getCustomColorKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getCustomColorKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getCustomValueKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getCustomValueKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getDiffuseKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getDiffuseKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getEmitKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getEmitKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getOpacityKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getOpacityKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getShininessKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getShininessKeysNumber ( void  )
inline
Key* Neo::MaterialAnim::getSpecularKeys ( void  )
inline
unsigned int Neo::MaterialAnim::getSpecularKeysNumber ( void  )
inline

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