|  | 
|  | ALive2DModel () | 
|  | Constructor.  More... 
 | 
|  | 
| virtual | ~ALive2DModel () | 
|  | Destructor.  More... 
 | 
|  | 
| float | getParamFloat (const char *paramID) | 
|  | 
| void | setParamFloat (const char *paramID, float value, float weight=1.0f) | 
|  | 
| void | addToParamFloat (const char *paramID, float value, float weight=1.0f) | 
|  | 
| void | multParamFloat (const char *paramID, float mult, float weight=1.0f) | 
|  | 
| int | getParamIndex (const char *paramID) | 
|  | 
| int | getParamIndex (ParamID *paramID) | 
|  | 
| float | getParamFloat (int paramIndex) | 
|  | 
| void | setParamFloat (int paramIndex, float value, float weight=1.0f) | 
|  | 
| void | addToParamFloat (int paramIndex, float value, float weight=1.0f) | 
|  | 
| void | multParamFloat (int paramIndex, float mult, float weight=1.0f) | 
|  | 
| void | loadParam () | 
|  | 
| void | saveParam () | 
|  | 
| virtual void | init () | 
|  | 
| virtual void | update () | 
|  | 
| virtual void | draw () | 
|  | 
| void | setPartsOpacity (const char *partsID, float opacity) | 
|  | 
| void | setPartsOpacity (int partsIndex, float opacity) | 
|  | 
| float | getPartsOpacity (const char *partsID) | 
|  | 
| float | getPartsOpacity (int partsIndex) | 
|  | 
| void | setupPartsOpacityGroup_alphaImpl (const char *paramGroup[], float deltaTimeSec) | 
|  | 
| void | setModelImpl (ModelImpl *m) | 
|  | 
| ModelImpl * | getModelImpl () | 
|  | 
| ModelContext * | getModelContext () | 
|  | 
| int | getErrorFlags () | 
|  | 
| virtual int | generateModelTextureNo () | 
|  | 
| virtual void | releaseModelTextureNo (int no) | 
|  | 
| float | getCanvasWidth () | 
|  | 
| float | getCanvasHeight () | 
|  | 
| virtual DrawParam * | getDrawParam () | 
|  | 
| virtual int | getDrawDataIndex (const char *drawDataID) | 
|  | 
| virtual IDrawData * | getDrawData (int drawIndex) | 
|  | 
| virtual l2d_pointf * | getTransformedPoints (int drawIndex, int *pointCount) | 
|  | 
| virtual l2d_index * | getIndexArray (int drawIndex, int *polygonCount) | 
|  | 
| void | updateZBuffer_TestImpl (float startZ, float stepZ) | 
|  | 
| int | getPartsDataIndex (const char *partsID) | 
|  | 
| int | getPartsDataIndex (PartsDataID *partsID) | 
|  | 
| void | setPremultipliedAlpha (bool b) | 
|  | 
| bool | isPremultipliedAlpha () | 
|  | 
| void | setAnisotrophy (int n) | 
|  | 
| int | getAnisotrophy () | 
|  | 
| void | dump () | 
|  | 
|  | 
| static void * | operator new (l2d_size_t size) | 
|  | 
| static void | operator delete (void *ptr) | 
|  | 
| static void * | operator new[] (l2d_size_t size) | 
|  | 
| static void | operator delete[] (void *ptr) | 
|  | 
| static void * | operator new (l2d_size_t size, void *ptr) | 
|  | 
| static void | operator delete (void *ptr, void *ptr2) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam, const char *filename, int line) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam, const char *filename, int line) | 
|  |