![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A planItem can be a Stop. More...
#include <ROPerson.h>
Public Member Functions | |
| virtual void | addTripItem (TripItem *) |
| PlanItem * | clone () const |
| const ROEdge * | getDestination () const |
| double | getDestinationPos () const |
| SUMOTime | getDuration () const |
| const ROEdge * | getOrigin () const |
| bool | isStop () const |
| virtual bool | needsRouting () const |
| void | saveAsXML (OutputDevice &os, const bool, const bool, 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 108 of file ROPerson.h.
|
inline |
Definition at line 110 of file ROPerson.h.
Referenced by clone().
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 86 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 113 of file ROPerson.h.
|
inlinevirtual |
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 123 of file ROPerson.h.
References SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::startPos, and stopDesc.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 132 of file ROPerson.h.
References SUMOVehicleParameter::Stop::duration, and stopDesc.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 129 of file ROPerson.h.
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 97 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 126 of file ROPerson.h.
References stopDesc, and SUMOVehicleParameter::Stop::write().
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 92 of file ROPerson.h.
|
private |
Definition at line 138 of file ROPerson.h.
Referenced by clone(), getDestination(), and getOrigin().
|
private |
Definition at line 137 of file ROPerson.h.
Referenced by clone(), getDestinationPos(), getDuration(), and saveAsXML().