#include "Maxapi.h"#include "maxheap.h"#include "ifnpub.h"#include "iparamb2.h"#include "XMLAnimTreeEntry.h"Go to the source code of this file.
Classes |
|
| class | LoadSaveRetargetData |
| Class used to input retargeting info when
creating a map file. More... |
|
| class | ILoadSaveAnimation |
| The interface to the functionality for
loading saving XML animation files. More... |
|
| class | ILoadSaveAnimation10 |
| An extension to
ILoadSaveAnimation that exposes additional functionality.
More... |
|
Defines |
|
| #define | ILOADSAVEANIMATION_INTERFACE Interface_ID(0x7e1b6067, 0x6f470508) |
| Interface ID for the
ILoadSaveAnimation Interface and also for the
ILoadSaveAnimation10 Interface. |
|
| #define | GetILoadSaveAnimation() static_cast<ILoadSaveAnimation*>(GetCOREInterface(ILOADSAVEANIMATION_INTERFACE)) |
| Helper method for getting the
ILoadSaveAnimation10 interface. |
|
| #define | GetILoadSaveAnimation10() static_cast<ILoadSaveAnimation10*>(GetCOREInterface(ILOADSAVEANIMATION_INTERFACE)) |
| Helper method for getting the
ILoadSaveAnimation10 interface. |
|
| #define ILOADSAVEANIMATION_INTERFACE Interface_ID(0x7e1b6067, 0x6f470508) |
Interface ID for the ILoadSaveAnimation Interface and also for the ILoadSaveAnimation10 Interface.
Definition at line 104 of file ILoadSaveAnimation.h.
| #define GetILoadSaveAnimation | ( | ) | static_cast<ILoadSaveAnimation*>(GetCOREInterface(ILOADSAVEANIMATION_INTERFACE)) |
Helper method for getting the ILoadSaveAnimation10 interface.
Definition at line 107 of file ILoadSaveAnimation.h.
| #define GetILoadSaveAnimation10 | ( | ) | static_cast<ILoadSaveAnimation10*>(GetCOREInterface(ILOADSAVEANIMATION_INTERFACE)) |
Helper method for getting the ILoadSaveAnimation10 interface.
Definition at line 453 of file ILoadSaveAnimation.h.