#include "BM_API.h"#include <UT/UT_PtrArray.h>#include <UT/UT_String.h>#include <UT/UT_SymbolTable.h>#include <PI/PI_ResourceManager.h>Go to the source code of this file.
Classes | |
| class | BM_ResourceManager |
Typedefs | |
| typedef BM_State *(* | BM_StateConstructor )(BM_View &, PI_StateTemplate &, BM_SceneManager *) |
| typedef BM_Handle *(* | BM_HandleConstructor )(BM_SceneManager &, PI_HandleTemplate &) |
| typedef BM_OpHandleLink *(* | BM_PIConstructor )(BM_SceneManager &, PI_PITemplate &) |
| typedef BM_InputSelector *(* | BM_SelectorConstructor )(BM_View &, PI_SelectorTemplate &) |
Functions | |
| BM_API BM_ResourceManager * | BMgetResourceManager () |
| DLLEXPORT void | newModelState (BM_ResourceManager *m) |
| DLLEXPORT void | newHandle (BM_ResourceManager *m) |
| DLLEXPORT void | newOpHandleLink (BM_ResourceManager *m) |
| DLLEXPORT void | newOpHandleBinding (BM_ResourceManager *m) |
| DLLEXPORT void | newSelector (BM_ResourceManager *m) |
| typedef BM_Handle*(* BM_HandleConstructor)(BM_SceneManager &, PI_HandleTemplate &) |
Definition at line 41 of file BM_ResourceManager.h.
| typedef BM_OpHandleLink*(* BM_PIConstructor)(BM_SceneManager &, PI_PITemplate &) |
Definition at line 43 of file BM_ResourceManager.h.
| typedef BM_InputSelector*(* BM_SelectorConstructor)(BM_View &, PI_SelectorTemplate &) |
Definition at line 45 of file BM_ResourceManager.h.
| typedef BM_State*(* BM_StateConstructor)(BM_View &, PI_StateTemplate &, BM_SceneManager *) |
Definition at line 39 of file BM_ResourceManager.h.
| BM_API BM_ResourceManager* BMgetResourceManager | ( | ) |
| DLLEXPORT void newHandle | ( | BM_ResourceManager * | m | ) |
| DLLEXPORT void newModelState | ( | BM_ResourceManager * | m | ) |
Definition at line 55 of file MSS_BrushHairLen.C.
| DLLEXPORT void newOpHandleBinding | ( | BM_ResourceManager * | m | ) |
| DLLEXPORT void newOpHandleLink | ( | BM_ResourceManager * | m | ) |
| DLLEXPORT void newSelector | ( | BM_ResourceManager * | m | ) |
1.5.9