SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeDef_Poly.h>
Public Member Functions | |
int | buildNodeCluster () |
virtual SUMOReal | getEdgePosition (int edgeid) const |
NIVissimNodeDef_Poly (int id, const std::string &name, const PositionVector &poly) | |
virtual void | searchAndSetConnections () |
void | searchAndSetConnections (SUMOReal offset) |
virtual | ~NIVissimNodeDef_Poly () |
Static Public Member Functions | |
static void | clearDict () |
static void | dict_assignConnectionsToNodes () |
static bool | dictionary (int id, const std::string &name, const PositionVector &poly) |
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 size_t | dictSize () |
static int | getMaxID () |
Protected Attributes | |
NIVissimNodeParticipatingEdgeVector | myEdges |
int | myID |
std::string | myName |
Private Attributes | |
PositionVector | myPoly |
Definition at line 40 of file NIVissimNodeDef_Poly.h.
NIVissimNodeDef_Poly::NIVissimNodeDef_Poly | ( | int | id, |
const std::string & | name, | ||
const PositionVector & | poly | ||
) |
Definition at line 54 of file NIVissimNodeDef_Poly.cpp.
Referenced by dictionary().
|
virtual |
Definition at line 60 of file NIVissimNodeDef_Poly.cpp.
|
inherited |
|
staticinherited |
Definition at line 132 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
Referenced by NIImporter_Vissim::~NIImporter_Vissim().
|
staticinherited |
Definition at line 117 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
|
static |
Definition at line 64 of file NIVissimNodeDef_Poly.cpp.
References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Poly().
Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().
|
staticinherited |
Definition at line 68 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Edges::NIVissimNodeDef_Edges().
Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().
|
staticinherited |
Definition at line 59 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict, and NIVissimNodeDef::myMaxID.
Referenced by NIVissimNodeDef_Edges::dictionary(), dictionary(), and NIVissimConnectionCluster::getPositionForEdge().
|
staticinherited |
Definition at line 74 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
|
staticinherited |
Definition at line 125 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myDict.
Implements NIVissimNodeDef.
Definition at line 113 of file NIVissimNodeDef_Edges.cpp.
References NIVissimNodeParticipatingEdge::getFromPos(), NIVissimNodeParticipatingEdge::getID(), NIVissimNodeParticipatingEdge::getToPos(), NIVissimNodeDef_Edges::myEdges, and SUMOReal.
|
staticinherited |
Definition at line 141 of file NIVissimNodeDef.cpp.
References NIVissimNodeDef::myMaxID.
Referenced by NIImporter_Vissim::postLoadBuild().
|
virtualinherited |
Implements NIVissimNodeDef.
Definition at line 80 of file NIVissimNodeDef_Edges.cpp.
References Boundary::add(), NIVissimConnection::dictionary(), NIVissimEdge::dictionary(), NIVissimConnection::getFromGeomPosition(), NIVissimNodeParticipatingEdge::getFromPos(), NIVissimNodeParticipatingEdge::getID(), NIVissimConnection::getToGeomPosition(), NIVissimNodeParticipatingEdge::getToPos(), NIVissimEdge::myConnectionClusters, NIVissimNodeDef_Edges::myEdges, NIVissimNodeDef::myID, and NIVissimConnection::setNodeCluster().
void NIVissimNodeDef_Poly::searchAndSetConnections | ( | SUMOReal | offset) |
Definition at line 98 of file NIVissimNodeDef_Poly.cpp.
References NIVissimConnection::dictionary(), NIVissimEdge::dictionary(), PositionVector::getBoxBoundary(), NIVissimAbstractEdge::getWithin(), NIVissimEdge::myConnectionClusters, NIVissimNodeDef::myID, myPoly, and NIVissimConnection::setNodeCluster().
|
protectedinherited |
Definition at line 77 of file NIVissimNodeDef_Edges.h.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), NIVissimNodeDef_Edges::searchAndSetConnections(), and NIVissimNodeDef_Edges::~NIVissimNodeDef_Edges().
|
protectedinherited |
Definition at line 60 of file NIVissimNodeDef.h.
Referenced by NIVissimNodeDef_Edges::searchAndSetConnections(), and searchAndSetConnections().
|
protectedinherited |
Definition at line 61 of file NIVissimNodeDef.h.
|
private |
Definition at line 52 of file NIVissimNodeDef_Poly.h.
Referenced by searchAndSetConnections().