SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeParticipatingEdge.h>
Public Member Functions | |
SUMOReal | getFromPos () const |
int | getID () const |
SUMOReal | getToPos () const |
NIVissimNodeParticipatingEdge (int edgeid, SUMOReal frompos, SUMOReal topos) | |
bool | positionLiesWithin (SUMOReal pos) const |
~NIVissimNodeParticipatingEdge () | |
Private Attributes | |
int | myEdgeID |
SUMOReal | myFromPos |
SUMOReal | myToPos |
Definition at line 44 of file NIVissimNodeParticipatingEdge.h.
NIVissimNodeParticipatingEdge::NIVissimNodeParticipatingEdge | ( | int | edgeid, |
SUMOReal | frompos, | ||
SUMOReal | topos | ||
) |
Definition at line 42 of file NIVissimNodeParticipatingEdge.cpp.
Definition at line 46 of file NIVissimNodeParticipatingEdge.cpp.
Definition at line 64 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), and NIVissimNodeDef_Edges::searchAndSetConnections().
int NIVissimNodeParticipatingEdge::getID | ( | ) | const |
Definition at line 50 of file NIVissimNodeParticipatingEdge.cpp.
References myEdgeID.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), NIVissimNodeDef_Edges::id_matches::operator()(), NIVissimNodeDef_Edges::lying_within_match::operator()(), and NIVissimNodeDef_Edges::searchAndSetConnections().
Definition at line 70 of file NIVissimNodeParticipatingEdge.cpp.
References myToPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), and NIVissimNodeDef_Edges::searchAndSetConnections().
Definition at line 56 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos, and myToPos.
Referenced by NIVissimNodeDef_Edges::lying_within_match::operator()().
int NIVissimNodeParticipatingEdge::myEdgeID [private] |
Definition at line 54 of file NIVissimNodeParticipatingEdge.h.
Referenced by getID().
Definition at line 55 of file NIVissimNodeParticipatingEdge.h.
Referenced by getFromPos(), and positionLiesWithin().
Definition at line 55 of file NIVissimNodeParticipatingEdge.h.
Referenced by getToPos(), and positionLiesWithin().