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