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