19 #ifndef ROMARouteHandler_h 20 #define ROMARouteHandler_h ODMatrix & myMatrix
The matrix to fill.
ROMARouteHandler(ODMatrix &matrix)
standard constructor
virtual ~ROMARouteHandler()
standard destructor
Parser and container for routes during their loading.
SAX-handler base for SUMO-files.
void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
std::vector< std::string > myTazParamKeys
The keys for reading taz.
Encapsulated SAX-Attributes.
An O/D (origin/destination) matrix.
void myEndElement(int element)
Callback method for a closing tag to implement by derived classes.
ROMARouteHandler & operator=(const ROMARouteHandler &s)
Invalidated assignment operator.
Structure representing possible vehicle parameter.
SUMOVehicleParameter * myVehicleParameter
The current vehicle parameters.