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

Go to the source code of this file.

Namespaces

 PluginFunctions
 

Functions

bool PluginFunctions::getSourcePolylines (std::vector< PolyLine * > &_polylines)
 Get a pointer to every Polyline which is marked as a source. More...
 
bool PluginFunctions::getTargetPolylines (std::vector< PolyLine * > &_polylines)
 Get a pointer to every Polyline which is marked as a target. More...
 
bool PluginFunctions::getObject (int _identifier, PolyLineObject *&_object)
 
PolyLinePluginFunctions::polyLine (BaseObjectData *_object)
 Get a poly Line from an object. More...
 
PolyLineObjectPluginFunctions::polyLineObject (BaseObjectData *_object)
 Cast an BaseObject to a PolyLineObject if possible. More...
 
PolyLineObjectPluginFunctions::polyLineObject (int _objectId)
 Get an PolyLineObject from the given id If possible. More...
 

Detailed Description

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

Definition in file PluginFunctionsPolyLine.hh.