| ▼NGeometry | |
| Cgeometry | Represents the geometry of a highway segment in the simulation |
| CBox | The Box class defines a time-space region for measuring Edie's flow and density |
| Cclock | Brief description about clock class |
| Ccreator | Base class for generating vehicles in a traffic simulation |
| Ccreator_martinez_jin_2020 | Vehicle creator based on the Martinez and Jin (2020) model, with random jam density |
| CDiccionario | Struct representing the dictionary |
| Cexample_car | A simple car-following model with a predefined trajectory |
| CException | Exception class for handling error's |
| Cfixed_demand_creator | Vehicle creator that injects vehicles at a fixed rate (flow) |
| Cfixed_object | Class representing a fixed object on the road |
| Cfixed_state_creator | Vehicle creator that injects vehicles with a fixed state (spacing and speed) |
| Cgeneralized_trajectory | Base class for different types of trajectories |
| Cgipps | Gipps car-following model (1981) |
| Cidm | The Intelligent Driver Model (IDM) for car-following behavior |
| Clcm | Abstract class for lane-changing models |
| Clcm_gipps | Lane-changing model based on the Gipps (1986) behavioral model |
| Clinear | Linear car-following model |
| Cmartinez_jin_2020 | Martinez and Jin (2020) car-following model with constrained timestep |
| Cmodel | Abstract car-following model class |
| Cnewell | Newell's car-following model (2002) |
| Cnewell_constrained_timestep | Newell (2002) car-following model with a constrained timestep of 1 |
| Cnewell_random_acceleration | Laval et al. (2014) car-following model with random acceleration behavior |
| Cno_lch | A lane-changing model that forbids any lane changes |
| CNodo | Struct representing a node in the dictionary |
| Cp_gipps | Parameter class for the Gipps car-following model |
| Cp_idm | Parameters for the Intelligent Driver Model (IDM) |
| Cp_lcm_gipps | Parameter manager for the Gipps (1986) lane-changing model |
| Cp_linear | Parameter class for the linear car-following model |
| Cp_martinez_jin_2020 | Parameter class for Martinez and Jin (2020) stochastic car-following model |
| Cp_newell | Parameter class for Newell's car-following model |
| Cp_newell_random_acceleration | Parameter class for the random acceleration model based on Laval et al. (2014) |
| Cparams | Base class for car-following model parameters |
| Cparams_cust | Custom parameters class for storing key-value pairs |
| Cpoint | Represents a point in time for a vehicle in a traffic simulation |
| Crandom_generator | Utility class for generating random numbers |
| Cresults | The results class manages and processes simulation results |
| Croad_object | Abstract base class representing any object on the road |
| Csimulation | The simulation class manages a traffic simulation over time |
| Cstatic_trajectory | Represents a static trajectory for a fixed object on the road |
| Ctest | A utility class that provides common testing functions |
| Ctrajectory | Represents a dynamic trajectory of a moving object |
| Cvehicle | Class representing a moving vehicle on the road |