Eclipse SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeDef.h>
Public Member Functions | |
int | buildNodeCluster () |
virtual double | getEdgePosition (int edgeid) const =0 |
NIVissimNodeDef (int id, const std::string &name) | |
virtual | ~NIVissimNodeDef () |
Static Public Member Functions | |
static void | clearDict () |
static NIVissimNodeDef * | dictionary (int id) |
static bool | dictionary (int id, NIVissimNodeDef *o) |
static int | getMaxID () |
Protected Attributes | |
int | myID |
std::string | myName |
Private Types | |
typedef std::map< int, NIVissimNodeDef * > | DictType |
Static Private Attributes | |
static DictType | myDict |
static int | myMaxID = 0 |
Definition at line 31 of file NIVissimNodeDef.h.
|
private |
Definition at line 54 of file NIVissimNodeDef.h.
NIVissimNodeDef::NIVissimNodeDef | ( | int | id, |
const std::string & | name | ||
) |
Definition at line 42 of file NIVissimNodeDef.cpp.
|
virtual |
Definition at line 46 of file NIVissimNodeDef.cpp.
int NIVissimNodeDef::buildNodeCluster | ( | ) |
|
static |
Definition at line 117 of file NIVissimNodeDef.cpp.
References myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
static |
Definition at line 65 of file NIVissimNodeDef.cpp.
References myDict.
|
static |
Definition at line 50 of file NIVissimNodeDef.cpp.
References myDict, and myMaxID.
Referenced by NIVissimNodeDef_Edges::dictionary(), NIVissimNodeDef_Poly::dictionary(), and NIVissimConnectionCluster::getPositionForEdge().
|
pure virtual |
Implemented in NIVissimNodeDef_Edges.
Referenced by NIVissimConnectionCluster::getPositionForEdge().
|
static |
Definition at line 126 of file NIVissimNodeDef.cpp.
References myMaxID.
Referenced by NIImporter_Vissim::postLoadBuild().
|
staticprivate |
Definition at line 55 of file NIVissimNodeDef.h.
Referenced by clearDict(), dictionary(), and dictionary().
|
protected |
Definition at line 50 of file NIVissimNodeDef.h.
|
staticprivate |
Definition at line 56 of file NIVissimNodeDef.h.
Referenced by dictionary(), and getMaxID().
|
protected |
Definition at line 51 of file NIVissimNodeDef.h.