libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
Go to the source code of this file.
Functions | |
moDefineDynamicArray (moPostPluginsArray) moPostEffectFactory | |
LIBMOLDEO_API moPostEffect * | moNewPostEffect (moText effect_name, moPostPluginsArray &plugins) |
LIBMOLDEO_API bool | moDeletePostEffect (moPostEffect *posteffect, moPostPluginsArray &plugins) |
moDefineDynamicArray | ( | moPostPluginsArray | ) |
Definition at line 35 of file moPostPlugin.cpp.
LIBMOLDEO_API bool moDeletePostEffect | ( | moPostEffect * | posteffect, |
moPostPluginsArray & | plugins | ||
) |
unload plugin if all instances were delete
Definition at line 196 of file moPostPlugin.cpp.
LIBMOLDEO_API moPostEffect* moNewPostEffect | ( | moText | effect_name, |
moPostPluginsArray & | plugins | ||
) |
Definition at line 146 of file moPostPlugin.cpp.