Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PluginFunctionsCamera.hh File Reference

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)
 
CameraObjectPluginFunctions::cameraObject (int _objectId)
 Get a CameraObject from an object id if possible. More...
 
CameraNodePluginFunctions::cameraNode (BaseObjectData *_object)
 Get a CameraNode from an object. More...
 
CameraObjectPluginFunctions::cameraObject (BaseObjectData *_object)
 Cast an BaseObject to a CameraObject if possible. More...
 

Detailed Description

This file contains functions which can be used by plugins to access cameras in the framework.

Definition in file PluginFunctionsCamera.hh.