|
SUMO - Simulation of Urban MObility
|
#include <NIVissimVehTypeClass.h>

Public Member Functions | |
| SUMOReal | meanSpeed () const |
| NIVissimVehTypeClass (int id, const std::string &name, const RGBColor &color, std::vector< int > &types) | |
| ~NIVissimVehTypeClass () | |
Static Public Member Functions | |
| static void | clearDict () |
| static bool | dictionary (int id, const std::string &name, const RGBColor &color, std::vector< int > &types) |
| static bool | dictionary (int id, NIVissimVehTypeClass *o) |
| static NIVissimVehTypeClass * | dictionary (int name) |
Private Types | |
| typedef std::map< int, NIVissimVehTypeClass * > | DictType |
Private Attributes | |
| RGBColor | myColor |
| int | myID |
| std::string | myName |
| std::vector< int > | myTypes |
Static Private Attributes | |
| static DictType | myDict |
Definition at line 45 of file NIVissimVehTypeClass.h.
|
private |
Definition at line 62 of file NIVissimVehTypeClass.h.
| NIVissimVehTypeClass::NIVissimVehTypeClass | ( | int | id, |
| const std::string & | name, | ||
| const RGBColor & | color, | ||
| std::vector< int > & | types | ||
| ) |
Definition at line 44 of file NIVissimVehTypeClass.cpp.
Referenced by dictionary().
| NIVissimVehTypeClass::~NIVissimVehTypeClass | ( | ) |
Definition at line 50 of file NIVissimVehTypeClass.cpp.
|
static |
Definition at line 90 of file NIVissimVehTypeClass.cpp.
References myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
static |
Definition at line 54 of file NIVissimVehTypeClass.cpp.
References NIVissimVehTypeClass().
Referenced by NIImporter_Vissim::NIVissimXMLHandler_Fahrzeugklassendefinition::myEndElement(), and NIVissimSingleTypeParser_Fahrzeugklassendefinition::parse().
|
static |
Definition at line 69 of file NIVissimVehTypeClass.cpp.
References myDict.
|
static |
Definition at line 80 of file NIVissimVehTypeClass.cpp.
References myDict.
| SUMOReal NIVissimVehTypeClass::meanSpeed | ( | ) | const |
|
private |
Definition at line 59 of file NIVissimVehTypeClass.h.
|
staticprivate |
Definition at line 63 of file NIVissimVehTypeClass.h.
Referenced by clearDict(), and dictionary().
|
private |
Definition at line 57 of file NIVissimVehTypeClass.h.
|
private |
Definition at line 58 of file NIVissimVehTypeClass.h.
|
private |
Definition at line 60 of file NIVissimVehTypeClass.h.