Developer Documentation
|
#include <OpenFlipper/common/Types.hh>
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getSourceCameras (std::vector< CameraNode * > &_cameras) |
Get a pointer to every Camera which is marked as a source. More... | |
bool | PluginFunctions::getTargetCameras (std::vector< CameraNode * > &_cameras) |
Get a pointer to every Camera which is marked as a target. More... | |
bool | PluginFunctions::getObject (int _identifier, CameraObject *&_object) |
CameraObject * | PluginFunctions::cameraObject (int _objectId) |
Get a CameraObject from an object id if possible. More... | |
CameraNode * | PluginFunctions::cameraNode (BaseObjectData *_object) |
Get a CameraNode from an object. More... | |
CameraObject * | PluginFunctions::cameraObject (BaseObjectData *_object) |
Cast an BaseObject to a CameraObject if possible. More... | |
This file contains functions which can be used by plugins to access cameras in the framework.
Definition in file PluginFunctionsCamera.hh.