71 #include "PolyLineCollectionObject.hh"
bool getObject(const int _identifier, BaseObject *&_object)
Get the object which has the given identifier.
OBJECTTYPEDLLEXPORT bool getTargetPolylineCollections(std::vector< PolyLineCollection *> &_polylines)
Get a pointer to every Polyline Collection which is marked as a target.
bool getSourcePolylineCollections(std::vector< PolyLineCollection *> &_polylines)
Get a pointer to every Polyline Collection which is marked as a source.
PolyLineCollection * polyLineCollection(BaseObjectData *_object)
Get a polyLine Collection from an object.
PolyLineCollectionObject * polyLineCollectionObject(BaseObjectData *_object)
Cast an BaseObject to a Polyline Collection Object if possible.