Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <limits>
#include <utils/common/SUMOTime.h>
#include <utils/common/Command.h>
#include <utils/options/OptionsCont.h>
#include <microsim/MSLane.h>
#include "MSPerson.h"
#include "MSPModel_Interacting.h"
Go to the source code of this file.
Data Structures | |
class | MSPModel_Striping |
The pedestrian movement model using stripes on sidewalks. More... | |
class | MSPModel_Striping::by_xpos_sorter |
sorts the persons by position on the lane. If dir is forward, higher x positions come first. More... | |
class | MSPModel_Striping::MovePedestrians |
struct | MSPModel_Striping::NextLaneInfo |
struct | MSPModel_Striping::Obstacle |
information regarding surround Pedestrians (and potentially other things) More... | |
class | MSPModel_Striping::PState |
Container for pedestrian state and individual position update function. More... | |
class | MSPModel_Striping::PStateVehicle |
class | MSPModel_Striping::walkingarea_path_sorter |
struct | MSPModel_Striping::WalkingAreaPath |
Definition in file MSPModel_Striping.h.