Developer Documentation
|
#include <OpenFlipper/common/Types.hh>
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getObject (int _identifier, PlaneObject *&_object) |
PlaneNode * | PluginFunctions::planeNode (BaseObjectData *_object) |
Get a PlaneNode from an object. More... | |
Plane * | PluginFunctions::plane (BaseObjectData *_object) |
Get a Plane from an object. More... | |
PlaneObject * | PluginFunctions::planeObject (BaseObjectData *_object) |
Cast an BaseObject to a PlaneObject if possible. More... | |
PlaneObject * | PluginFunctions::planeObject (int _objectId) |
Get a PlaneObject from an object id if possible. More... | |
This file contains functions which can be used by plugins to access planes in the framework.
Definition in file PluginFunctionsPlane.hh.