Home
last modified time | relevance | path

Searched defs:MSPersonStage_Walking (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel.h172 double getEdgePos(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getEdgePos()
175 Position getPosition(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getPosition()
178 double getAngle(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getAngle()
181 SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getWaitingTime()
184 double getSpeed(const MSPerson::MSPersonStage_Walking&) const { in getSpeed()
187 const MSEdge* getNextEdge(const MSPerson::MSPersonStage_Walking&) const { in getNextEdge()
H A DMSPModel_NonInteracting.cpp133 MSPModel_NonInteracting::PState::getEdgePos(const MSPerson::MSPersonStage_Walking&, SUMOTime now) c… in getEdgePos() argument
168 MSPModel_NonInteracting::PState::getWaitingTime(const MSPerson::MSPersonStage_Walking&, SUMOTime) c… in getWaitingTime() argument
H A DMSPModel_Striping.cpp1765 MSPModel_Striping::PState::getEdgePos(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getEdgePos() argument
1797 MSPModel_Striping::PState::getAngle(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getAngle() argument
1816 MSPModel_Striping::PState::getWaitingTime(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getWaitingTime() argument
H A DMSPerson.cpp56 MSPerson::MSPersonStage_Walking::MSPersonStage_Walking(const std::string& personID, in MSPersonStage_Walking() function in MSPerson::MSPersonStage_Walking