Autopysta
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NGeometry
 CgeometryRepresents the geometry of a highway segment in the simulation
 CBoxThe Box class defines a time-space region for measuring Edie's flow and density
 CclockBrief description about clock class
 CcreatorBase class for generating vehicles in a traffic simulation
 Ccreator_martinez_jin_2020Vehicle creator based on the Martinez and Jin (2020) model, with random jam density
 CDiccionarioStruct representing the dictionary
 Cexample_carA simple car-following model with a predefined trajectory
 CExceptionException class for handling error's
 Cfixed_demand_creatorVehicle creator that injects vehicles at a fixed rate (flow)
 Cfixed_objectClass representing a fixed object on the road
 Cfixed_state_creatorVehicle creator that injects vehicles with a fixed state (spacing and speed)
 Cgeneralized_trajectoryBase class for different types of trajectories
 CgippsGipps car-following model (1981)
 CidmThe Intelligent Driver Model (IDM) for car-following behavior
 ClcmAbstract class for lane-changing models
 Clcm_gippsLane-changing model based on the Gipps (1986) behavioral model
 ClinearLinear car-following model
 Cmartinez_jin_2020Martinez and Jin (2020) car-following model with constrained timestep
 CmodelAbstract car-following model class
 CnewellNewell's car-following model (2002)
 Cnewell_constrained_timestepNewell (2002) car-following model with a constrained timestep of 1
 Cnewell_random_accelerationLaval et al. (2014) car-following model with random acceleration behavior
 Cno_lchA lane-changing model that forbids any lane changes
 CNodoStruct representing a node in the dictionary
 Cp_gippsParameter class for the Gipps car-following model
 Cp_idmParameters for the Intelligent Driver Model (IDM)
 Cp_lcm_gippsParameter manager for the Gipps (1986) lane-changing model
 Cp_linearParameter class for the linear car-following model
 Cp_martinez_jin_2020Parameter class for Martinez and Jin (2020) stochastic car-following model
 Cp_newellParameter class for Newell's car-following model
 Cp_newell_random_accelerationParameter class for the random acceleration model based on Laval et al. (2014)
 CparamsBase class for car-following model parameters
 Cparams_custCustom parameters class for storing key-value pairs
 CpointRepresents a point in time for a vehicle in a traffic simulation
 Crandom_generatorUtility class for generating random numbers
 CresultsThe results class manages and processes simulation results
 Croad_objectAbstract base class representing any object on the road
 CsimulationThe simulation class manages a traffic simulation over time
 Cstatic_trajectoryRepresents a static trajectory for a fixed object on the road
 CtestA utility class that provides common testing functions
 CtrajectoryRepresents a dynamic trajectory of a moving object
 CvehicleClass representing a moving vehicle on the road