![]() |
SUMO - Simulation of Urban MObility
|
A planItem can be a Stop. More...
#include <ROPerson.h>


Public Member Functions | |
| virtual void | addTripItem (TripItem *) |
| const ROEdge * | getDestination () const |
| double | getDestinationPos () const |
| const ROEdge * | getOrigin () const |
| bool | isStop () const |
| virtual bool | needsRouting () const |
| void | saveAsXML (OutputDevice &os, const bool) const |
| virtual void | saveVehicles (OutputDevice &, OutputDevice *const, bool, OptionsCont &) const |
| Stop (const SUMOVehicleParameter::Stop &stop, const ROEdge *const stopEdge) | |
Private Member Functions | |
| Stop & | operator= (const Stop &src) |
| Invalidated assignment operator. More... | |
Private Attributes | |
| const ROEdge *const | edge |
| SUMOVehicleParameter::Stop | stopDesc |
A planItem can be a Stop.
Definition at line 105 of file ROPerson.h.
|
inline |
Definition at line 107 of file ROPerson.h.
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 85 of file ROPerson.h.
References ROPerson::PlanItem::getDestination(), ROPerson::PlanItem::getDestinationPos(), and ROPerson::PlanItem::getOrigin().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 112 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 115 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 109 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 121 of file ROPerson.h.
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 96 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 118 of file ROPerson.h.
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 91 of file ROPerson.h.
References ROPerson::PlanItem::saveAsXML().
Referenced by ROPerson::PersonTrip::needsRouting().
|
private |
Definition at line 127 of file ROPerson.h.
|
private |
Definition at line 126 of file ROPerson.h.