![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeDef_Poly.h>
Public Member Functions | |
| int | buildNodeCluster () |
| virtual double | getEdgePosition (int edgeid) const |
| NIVissimNodeDef_Poly (int id, const std::string &name, const PositionVector &poly) | |
| virtual | ~NIVissimNodeDef_Poly () |
Static Public Member Functions | |
| static void | clearDict () |
| static NIVissimNodeDef * | dictionary (int id) |
| static bool | dictionary (int id, NIVissimNodeDef *o) |
| static bool | dictionary (int id, const std::string &name, const NIVissimNodeParticipatingEdgeVector &edges) |
| static bool | dictionary (int id, const std::string &name, const PositionVector &poly) |
| static int | getMaxID () |
Protected Attributes | |
| NIVissimNodeParticipatingEdgeVector | myEdges |
| int | myID |
| std::string | myName |
Private Types | |
| typedef std::map< int, NIVissimNodeDef * > | DictType |
Private Attributes | |
| PositionVector | myPoly |
Static Private Attributes | |
| static DictType | myDict |
| static int | myMaxID = 0 |
Definition at line 30 of file NIVissimNodeDef_Poly.h.
|
privateinherited |
Definition at line 54 of file NIVissimNodeDef.h.
| NIVissimNodeDef_Poly::NIVissimNodeDef_Poly | ( | int | id, |
| const std::string & | name, | ||
| const PositionVector & | poly ) |
Definition at line 40 of file NIVissimNodeDef_Poly.cpp.
References myPoly, and NIVissimNodeDef_Edges::NIVissimNodeDef_Edges().
Referenced by dictionary().
|
virtual |
Definition at line 46 of file NIVissimNodeDef_Poly.cpp.
|
inherited |
|
staticinherited |
Definition at line 117 of file NIVissimNodeDef.cpp.
References myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
staticinherited |
Definition at line 65 of file NIVissimNodeDef.cpp.
References myDict.
|
staticinherited |
Definition at line 50 of file NIVissimNodeDef.cpp.
References myDict, myMaxID, and NIVissimNodeDef().
Referenced by NIVissimNodeDef_Edges::dictionary(), NIVissimNodeDef_Poly::dictionary(), and NIVissimConnectionCluster::getPositionForEdge().
|
staticinherited |
Definition at line 55 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Edges().
Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().
|
static |
Definition at line 50 of file NIVissimNodeDef_Poly.cpp.
References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Poly().
Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().
|
virtualinherited |
Implements NIVissimNodeDef.
Definition at line 101 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeParticipatingEdge::getFromPos(), NIVissimNodeParticipatingEdge::getID(), NIVissimNodeParticipatingEdge::getToPos(), and myEdges.
|
staticinherited |
Definition at line 126 of file NIVissimNodeDef.cpp.
References myMaxID.
Referenced by NIImporter_Vissim::postLoadBuild().
|
staticprivateinherited |
Definition at line 55 of file NIVissimNodeDef.h.
Referenced by clearDict(), dictionary(), and dictionary().
|
protectedinherited |
Definition at line 67 of file NIVissimNodeDef_Edges.h.
Referenced by getEdgePosition(), NIVissimNodeDef_Edges(), and ~NIVissimNodeDef_Edges().
|
protectedinherited |
Definition at line 50 of file NIVissimNodeDef.h.
Referenced by NIVissimNodeDef().
|
staticprivateinherited |
Definition at line 56 of file NIVissimNodeDef.h.
Referenced by dictionary(), and getMaxID().
|
protectedinherited |
Definition at line 51 of file NIVissimNodeDef.h.
Referenced by NIVissimNodeDef().
|
private |
Definition at line 42 of file NIVissimNodeDef_Poly.h.
Referenced by NIVissimNodeDef_Poly().