![]() |
SUMO - Simulation of Urban MObility
|
A planItem can be a Trip which contains multiple tripItems. More...
#include <ROPerson.h>
Public Member Functions | |
virtual void | addTripItem (TripItem *tripIt) |
void | addVehicle (ROVehicle *veh) |
SUMOReal | getArrivalPos () const |
SUMOReal | getDepartPos () const |
const ROEdge * | getDestination () const |
SVCPermissions | getModes () const |
const ROEdge * | getOrigin () const |
std::vector< ROVehicle * > & | getVehicles () |
virtual bool | isStop () const |
virtual bool | needsRouting () const |
PersonTrip () | |
PersonTrip (const ROEdge *const from, const ROEdge *const to, const SVCPermissions modeSet, const SUMOReal departPos, const SUMOReal arrivalPos, const std::string &busStop) | |
void | saveAsXML (OutputDevice &os) const |
void | saveVehicles (OutputDevice &os, OutputDevice *const typeos, bool asAlternatives, OptionsCont &options) const |
virtual | ~PersonTrip () |
Destructor. More... | |
Private Member Functions | |
PersonTrip & | operator= (const PersonTrip &src) |
Invalidated assignment operator. More... | |
Private Attributes | |
const SUMOReal | arr |
const std::string | busStop |
const SUMOReal | dep |
const ROEdge * | from |
const SVCPermissions | modes |
std::vector< TripItem * > | myTripItems |
the fully specified trips More... | |
std::vector< ROVehicle * > | myVehicles |
the vehicles which may be used for routing More... | |
const ROEdge * | to |
A planItem can be a Trip which contains multiple tripItems.
Definition at line 214 of file ROPerson.h.
|
inline |
Definition at line 216 of file ROPerson.h.
|
inline |
Definition at line 218 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 222 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 228 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 231 of file ROPerson.h.
Referenced by ROPerson::addTrip().
|
inline |
Definition at line 246 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 243 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 240 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 249 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 237 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 234 of file ROPerson.h.
Referenced by ROPerson::addTrip(), and ROPerson::computeRoute().
|
inlinevirtualinherited |
Reimplemented in ROPerson::Stop.
Definition at line 97 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 252 of file ROPerson.h.
References ROPerson::PlanItem::saveVehicles().
|
private |
Invalidated assignment operator.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 256 of file ROPerson.h.
|
virtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 161 of file ROPerson.cpp.
|
private |
Definition at line 266 of file ROPerson.h.
|
private |
Definition at line 267 of file ROPerson.h.
|
private |
Definition at line 266 of file ROPerson.h.
|
private |
Definition at line 263 of file ROPerson.h.
|
private |
Definition at line 265 of file ROPerson.h.
|
private |
the fully specified trips
Definition at line 269 of file ROPerson.h.
|
private |
the vehicles which may be used for routing
Definition at line 271 of file ROPerson.h.
|
private |
Definition at line 264 of file ROPerson.h.