![]() |
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 (bool replaceDefault=true) const |
| double | getDepartPos (bool replaceDefault=true) const |
| const ROEdge * | getDestination () const |
| double | getDestinationPos () const |
| SVCPermissions | getModes () const |
| const ROEdge * | getOrigin () const |
| const std::string & | getStopDest () const |
| std::vector< ROVehicle * > & | getVehicles () |
| double | getWalkFactor () 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 &_stopDest, double _walkFactor) | |
| void | saveAsXML (OutputDevice &os, const bool extended) 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 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 std::string | stopDest |
| const ROEdge * | to |
| double | walkFactor |
| walking speed factor More... | |
A planItem can be a Trip which contains multiple tripItems.
Definition at line 239 of file ROPerson.h.
|
inline |
Definition at line 241 of file ROPerson.h.
|
inline |
Definition at line 243 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 247 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 257 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 260 of file ROPerson.h.
Referenced by ROPerson::addTrip().
|
inline |
Definition at line 282 of file ROPerson.h.
References POSITION_EPS.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 279 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 269 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 272 of file ROPerson.h.
|
inline |
Definition at line 285 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 266 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 288 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 263 of file ROPerson.h.
Referenced by ROPerson::addTrip(), and ROPerson::computeRoute().
|
inline |
Definition at line 300 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtualinherited |
Reimplemented in ROPerson::Stop.
Definition at line 93 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 291 of file ROPerson.h.
References ROPerson::PlanItem::saveVehicles().
|
private |
Invalidated assignment operator.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 295 of file ROPerson.h.
|
virtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 181 of file ROPerson.cpp.
|
private |
Definition at line 308 of file ROPerson.h.
|
private |
Definition at line 308 of file ROPerson.h.
|
private |
Definition at line 305 of file ROPerson.h.
|
private |
Definition at line 307 of file ROPerson.h.
|
private |
the fully specified trips
Definition at line 311 of file ROPerson.h.
|
private |
the vehicles which may be used for routing
Definition at line 313 of file ROPerson.h.
|
private |
Definition at line 309 of file ROPerson.h.
|
private |
Definition at line 306 of file ROPerson.h.
|
private |
walking speed factor
Definition at line 315 of file ROPerson.h.