SUMO - Simulation of Urban MObility
|
A walk is part of a trip, e.g., go from here to here by foot. More...
#include <ROPerson.h>
Public Member Functions | |
const ROEdge * | getDestination () const |
const ROEdge * | getOrigin () const |
void | saveAsXML (OutputDevice &os) const |
Walk (const ConstROEdgeVector &_edges, const std::string &_destStop="") | |
Walk (const ConstROEdgeVector &edges, const SUMOReal duration, const SUMOReal speed, const SUMOReal departPos, const SUMOReal arrivalPos, const std::string &_destStop) | |
Private Member Functions | |
Walk & | operator= (const Walk &src) |
Invalidated assignment operator. More... | |
Private Attributes | |
const SUMOReal | arr |
const SUMOReal | dep |
const std::string | destStop |
const SUMOReal | dur |
const ConstROEdgeVector | edges |
const SUMOReal | v |
A walk is part of a trip, e.g., go from here to here by foot.
Definition at line 185 of file ROPerson.h.
|
inline |
Definition at line 187 of file ROPerson.h.
|
inline |
Definition at line 189 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::TripItem.
Definition at line 195 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::TripItem.
Definition at line 192 of file ROPerson.h.
|
virtual |
Implements ROPerson::TripItem.
Definition at line 139 of file ROPerson.cpp.
References OutputDevice::closeTag(), OutputDevice::openTag(), SUMO_ATTR_ARRIVALPOS, SUMO_ATTR_BUS_STOP, SUMO_ATTR_DEPARTPOS, SUMO_ATTR_DURATION, SUMO_ATTR_EDGES, SUMO_ATTR_SPEED, SUMO_TAG_WALK, and OutputDevice::writeAttr().
|
private |
Definition at line 202 of file ROPerson.h.
|
private |
Definition at line 202 of file ROPerson.h.
|
private |
Definition at line 203 of file ROPerson.h.
|
private |
Definition at line 202 of file ROPerson.h.
|
private |
Definition at line 201 of file ROPerson.h.
|
private |
Definition at line 202 of file ROPerson.h.