68#ifndef PLUGINFUNCTIONSPOLYLINE_HH
69#define PLUGINFUNCTIONSPOLYLINE_HH
bool getTargetPolylines(std::vector< PolyLine * > &_polylines)
Get a pointer to every Polyline which is marked as a target.
PolyLine * polyLine(BaseObjectData *_object)
Get a poly Line from an object.
bool getObject(const int _identifier, BaseObject *&_object)
Get the object which has the given identifier.
bool getSourcePolylines(std::vector< PolyLine * > &_polylines)
Get a pointer to every Polyline which is marked as a source.
PolyLineObject * polyLineObject(BaseObjectData *_object)
Cast an BaseObject to a PolyLineObject if possible.