SUMO - Simulation of Urban MObility
|
A TripItem is part of a trip, e.g., go from here to here by car. More...
#include <ROPerson.h>
Public Member Functions | |
virtual const ROEdge * | getDestination () const =0 |
virtual const ROEdge * | getOrigin () const =0 |
virtual void | saveAsXML (OutputDevice &os) const =0 |
virtual | ~TripItem () |
Destructor. More... | |
A TripItem is part of a trip, e.g., go from here to here by car.
Definition at line 141 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 144 of file ROPerson.h.
|
pure virtual |
Implemented in ROPerson::Walk, and ROPerson::Ride.
|
pure virtual |
Implemented in ROPerson::Walk, and ROPerson::Ride.
|
pure virtual |
Implemented in ROPerson::Walk, and ROPerson::Ride.