66 static std::string
trim(std::string istring);
72 static std::string
List2String(std::vector<double> input);
75 static std::vector<double>
getSpeed();
Stores edges and lanes, performs moving of vehicle.
A road/street connecting two junctions.
Representation of a lane in the micro simulation.
Produce a VTK output to use with Tools like ParaView.
static bool ctype_space(const char c)
Checks if there is a whitespace.
static void write(OutputDevice &of, SUMOTime timestep)
Produce a VTK output to use with Tools like ParaView.
static std::string List2String(std::vector< double > input)
Get a comma separated String from a Vector.
static std::string trim(std::string istring)
Deletes the whitespaces at the end of a String.
MSVTKExport(const MSVTKExport &)
Invalidated copy constructor.
static std::vector< double > getPositions()
Get a Vector of the Positions (x,y,z) of each vehicle in the actual timestep.
MSVTKExport & operator=(const MSVTKExport &)
Invalidated assignment operator.
static std::vector< double > getSpeed()
Get a Vector with the speed values of each vehicle in the actual timestep.
static std::string getOffset(int nr)
Get a String with the indexes of all vehicles (needed in the VTk File)
Static storage of an output device and its base (abstract) implementation.