 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef OutputFormatter_h
18 #define OutputFormatter_h
68 virtual bool writeXMLHeader(std::ostream& into,
const std::string& rootElement,
69 const std::map<SumoXMLAttr, std::string>& attrs) = 0;
82 virtual void openTag(std::ostream& into,
const std::string& xmlElement) = 0;
101 virtual bool closeTag(std::ostream& into,
const std::string& comment =
"") = 0;
105 virtual void writePadding(std::ostream& into,
const std::string& val) = 0;
SumoXMLTag
Numbers representing SUMO-XML - element names.
A class that stores a 2D geometrical boundary.
A point in 2D or 3D with translation and scaling methods.