![]() |
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 double | getDestinationPos () const =0 |
virtual const ROEdge * | getOrigin () const =0 |
virtual void | saveAsXML (OutputDevice &os, const bool extended) const =0 |
TripItem (const double _cost) | |
virtual | ~TripItem () |
Destructor. More... | |
Protected Attributes | |
double | cost |
A TripItem is part of a trip, e.g., go from here to here by car.
Definition at line 139 of file ROPerson.h.
|
inline |
Definition at line 141 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 145 of file ROPerson.h.
References ROPerson::PlanItem::getDestination(), ROPerson::PlanItem::getDestinationPos(), ROPerson::PlanItem::getOrigin(), and ROPerson::PlanItem::saveAsXML().
|
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.
|
pure virtual |
Implemented in ROPerson::Walk, and ROPerson::Ride.
|
protected |
Definition at line 152 of file ROPerson.h.