Developer Documentation
|
#include <OpenFlipper/common/Types.hh>
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getObject (int _identifier, CoordsysObject *&_object) |
CoordsysNode * | PluginFunctions::coordsysNode (BaseObjectData *_object) |
Get a CoordsysNode from an object. More... | |
CoordsysObject * | PluginFunctions::coordsysObject (BaseObjectData *_object) |
Cast an BaseObject to a CoordsysObject if possible. More... | |
CoordsysObject * | PluginFunctions::coordsysObject (int _objectId) |
Get a CoordsysObject with its identifier. More... | |
This file contains functions which can be used by plugins to access Coordsyss in the framework.
Definition in file PluginFunctionsCoordsys.hh.