![]() |
SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeDef_Edges.h>


Data Structures | |
| class | id_matches |
| class | lying_within_match |
Public Member Functions | |
| int | buildNodeCluster () |
| virtual double | getEdgePosition (int edgeid) const |
| NIVissimNodeDef_Edges (int id, const std::string &name, const NIVissimNodeParticipatingEdgeVector &edges) | |
| virtual | ~NIVissimNodeDef_Edges () |
Static Public Member Functions | |
| static void | clearDict () |
| static bool | dictionary (int id, const std::string &name, const NIVissimNodeParticipatingEdgeVector &edges) |
| static bool | dictionary (int id, NIVissimNodeDef *o) |
| static NIVissimNodeDef * | dictionary (int id) |
| static int | dictSize () |
| static int | getMaxID () |
Protected Attributes | |
| NIVissimNodeParticipatingEdgeVector | myEdges |
| int | myID |
| std::string | myName |
Definition at line 39 of file NIVissimNodeDef_Edges.h.
| NIVissimNodeDef_Edges::NIVissimNodeDef_Edges | ( | int | id, |
| const std::string & | name, | ||
| const NIVissimNodeParticipatingEdgeVector & | edges | ||
| ) |
Definition at line 49 of file NIVissimNodeDef_Edges.cpp.
Referenced by dictionary().
|
virtual |
Definition at line 54 of file NIVissimNodeDef_Edges.cpp.
References myEdges.
|
inherited |
|
staticinherited |
Definition at line 132 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
static |
Definition at line 63 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Edges().
Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().
|
staticinherited |
Definition at line 58 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict, and NIVissimNodeDef::myMaxID.
Referenced by dictionary(), NIVissimNodeDef_Poly::dictionary(), and NIVissimConnectionCluster::getPositionForEdge().
|
staticinherited |
Definition at line 73 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
|
staticinherited |
Definition at line 125 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
|
virtual |
Implements NIVissimNodeDef.
Definition at line 109 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeParticipatingEdge::getFromPos(), NIVissimNodeParticipatingEdge::getID(), NIVissimNodeParticipatingEdge::getToPos(), and myEdges.
|
staticinherited |
Definition at line 141 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myMaxID.
Referenced by NIImporter_Vissim::postLoadBuild().
|
protected |
Definition at line 76 of file NIVissimNodeDef_Edges.h.
Referenced by getEdgePosition(), and ~NIVissimNodeDef_Edges().
|
protectedinherited |
Definition at line 60 of file NIVissimNodeDef.h.
|
protectedinherited |
Definition at line 61 of file NIVissimNodeDef.h.