Definition at line 208 of file NBTypeCont.h.
Public Member Functions | |
| TypeDefinition (int _noLanes, SUMOReal _speed, int _priority) | |
| Destructor. | |
| TypeDefinition () | |
| Constructor. | |
Data Fields | |
| std::vector< SUMOVehicleClass > | allowed |
| List of vehicle types that are allowed on this edge. | |
| bool | discard |
| Whether edges of this type shall be discarded. | |
| int | noLanes |
| The number of lanes of an edge. | |
| std::vector< SUMOVehicleClass > | notAllowed |
| List of vehicle types that are not allowed on this edge. | |
| bool | oneWay |
| Whether one-way traffic is mostly common for this type (mostly unused). | |
| int | priority |
| The priority of an edge. | |
| SUMOReal | speed |
| The maximal velocity on an edge in m/s. | |
| NBTypeCont::TypeDefinition::TypeDefinition | ( | ) | [inline] |
| NBTypeCont::TypeDefinition::TypeDefinition | ( | int | _noLanes, | |
| SUMOReal | _speed, | |||
| int | _priority | |||
| ) | [inline] |
| std::vector<SUMOVehicleClass> NBTypeCont::TypeDefinition::allowed |
List of vehicle types that are allowed on this edge.
Definition at line 224 of file NBTypeCont.h.
Referenced by NBTypeCont::insert().
The number of lanes of an edge.
Definition at line 218 of file NBTypeCont.h.
Referenced by NBTypeCont::getDefaultNoLanes().
| std::vector<SUMOVehicleClass> NBTypeCont::TypeDefinition::notAllowed |
List of vehicle types that are not allowed on this edge.
Definition at line 226 of file NBTypeCont.h.
Whether one-way traffic is mostly common for this type (mostly unused).
Definition at line 228 of file NBTypeCont.h.
Referenced by NBTypeCont::insert().
The priority of an edge.
Definition at line 222 of file NBTypeCont.h.
Referenced by NBTypeCont::getDefaultPriority().
| SUMOReal NBTypeCont::TypeDefinition::speed |
The maximal velocity on an edge in m/s.
Definition at line 220 of file NBTypeCont.h.
Referenced by NBTypeCont::getDefaultSpeed().
1.5.6