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