Developer Documentation
|
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getObject (int _identifier, SkeletonObject *&_object) |
Skeleton * | PluginFunctions::skeleton (BaseObjectData *_object) |
Get a skeleton from an object. More... | |
Skeleton * | PluginFunctions::skeleton (int _identifier) |
Get a skeleton from an id. More... | |
SkeletonObject * | PluginFunctions::skeletonObject (BaseObjectData *_object) |
Cast an BaseObject to a SkeletonObject if possible. More... | |
SkeletonObject * | PluginFunctions::skeletonObject (int _identifier) |
Get SkeletonObject with its id if possible. More... | |
This file contains functions which can be used by plugins to access skeletons in the framework.
Definition in file PluginFunctionsSkeleton.hh.