21 #ifndef TraCIServerAPI_Polygon_h
22 #define TraCIServerAPI_Polygon_h
90 static Polygon*
getPolygon(
const std::string&
id);
static Polygon * getPolygon(const std::string &id)
Returns the named polygon.
static bool processSet(traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc8: Change Polygon State)
TraCI server used to control sumo by a remote TraCI client.
APIs for getting/setting polygon values via TraCI.
TraCIServerAPI_Polygon & operator=(const TraCIServerAPI_Polygon &s)
invalidated assignment operator
A RT-tree for efficient storing of SUMO's GL-objects.
static TraCIRTree * getTree()
Returns a tree filled with inductive loop instances.
static bool getShape(const std::string &id, PositionVector &shape)
Returns the named polygons's shape.
static bool processGet(traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa8: Get Polygon Variable)
TraCIServerAPI_Polygon(const TraCIServerAPI_Polygon &s)
invalidated copy constructor