![]() |
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 |
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 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 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 223 of file ROPerson.h.
|
inline |
Definition at line 225 of file ROPerson.h.
|
inline |
Definition at line 227 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 231 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 241 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 244 of file ROPerson.h.
Referenced by ROPerson::addTrip().
|
inline |
Definition at line 259 of file ROPerson.h.
References POSITION_EPS.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 256 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 253 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 262 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 250 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 247 of file ROPerson.h.
Referenced by ROPerson::addTrip(), and ROPerson::computeRoute().
|
inline |
Definition at line 277 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inline |
Definition at line 265 of file ROPerson.h.
Referenced by ROPerson::computeIntermodal().
|
inlinevirtualinherited |
Reimplemented in ROPerson::Stop.
Definition at line 98 of file ROPerson.h.
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 268 of file ROPerson.h.
References ROPerson::PlanItem::saveVehicles().
|
private |
Invalidated assignment operator.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 272 of file ROPerson.h.
|
virtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 163 of file ROPerson.cpp.
|
private |
Definition at line 285 of file ROPerson.h.
|
private |
Definition at line 286 of file ROPerson.h.
|
private |
Definition at line 285 of file ROPerson.h.
|
private |
Definition at line 282 of file ROPerson.h.
|
private |
Definition at line 284 of file ROPerson.h.
|
private |
the fully specified trips
Definition at line 288 of file ROPerson.h.
|
private |
the vehicles which may be used for routing
Definition at line 290 of file ROPerson.h.
|
private |
Definition at line 283 of file ROPerson.h.
|
private |
walking speed factor
Definition at line 292 of file ROPerson.h.