![]() |
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) |
| double | getArrivalPos () const |
| double | getDepartPos () const |
| const ROEdge * | getDestination () const |
| SVCPermissions | getModes () const |
| const ROEdge * | getOrigin () const |
| std::vector< ROVehicle * > & | getVehicles () |
| double | getWalkFactor () const |
| bool | hasBusStopDest () const |
| virtual bool | isStop () const |
| virtual bool | needsRouting () const |
| PersonTrip () | |
| PersonTrip (const ROEdge *const from, const ROEdge *const to, const SVCPermissions modeSet, const double departPos, const double arrivalPos, const std::string &busStop, double _walkFactor) | |
| 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 double | arr |
| const std::string | busStop |
| const double | 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 |
| double | walkFactor |
| walking speed factor More... | |
A planItem can be a Trip which contains multiple tripItems.
Definition at line 216 of file ROPerson.h.
|
inline |
Definition at line 218 of file ROPerson.h.
|
inline |
Definition at line 220 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 224 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 234 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 237 of file ROPerson.h.
Referenced by ROPerson::addTrip().
|
inline |
Definition at line 252 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 246 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 255 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 243 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 240 of file ROPerson.h.
Referenced by ROPerson::addTrip(), and ROPerson::computeRoute().
|
inline |
Definition at line 270 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 258 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtualinherited |
Reimplemented in ROPerson::Stop.
Definition at line 99 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 261 of file ROPerson.h.
References ROPerson::PlanItem::saveVehicles().
|
private |
Invalidated assignment operator.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 265 of file ROPerson.h.
|
virtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 158 of file ROPerson.cpp.
|
private |
Definition at line 278 of file ROPerson.h.
|
private |
Definition at line 279 of file ROPerson.h.
|
private |
Definition at line 278 of file ROPerson.h.
|
private |
Definition at line 275 of file ROPerson.h.
|
private |
Definition at line 277 of file ROPerson.h.
|
private |
the fully specified trips
Definition at line 281 of file ROPerson.h.
|
private |
the vehicles which may be used for routing
Definition at line 283 of file ROPerson.h.
|
private |
Definition at line 276 of file ROPerson.h.
|
private |
walking speed factor
Definition at line 285 of file ROPerson.h.