|
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.
| NIVissimNodeParticipatingEdge::~NIVissimNodeParticipatingEdge | ( | ) |
Definition at line 46 of file NIVissimNodeParticipatingEdge.cpp.
| SUMOReal NIVissimNodeParticipatingEdge::getFromPos | ( | ) | const |
Definition at line 64 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition().
| int NIVissimNodeParticipatingEdge::getID | ( | ) | const |
Definition at line 50 of file NIVissimNodeParticipatingEdge.cpp.
References myEdgeID.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), NIVissimNodeDef_Edges::id_matches::operator()(), and NIVissimNodeDef_Edges::lying_within_match::operator()().
| SUMOReal NIVissimNodeParticipatingEdge::getToPos | ( | ) | const |
Definition at line 70 of file NIVissimNodeParticipatingEdge.cpp.
References myToPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition().
| bool NIVissimNodeParticipatingEdge::positionLiesWithin | ( | SUMOReal | pos | ) | const |
Definition at line 56 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos, and myToPos.
Referenced by NIVissimNodeDef_Edges::lying_within_match::operator()().
|
private |
Definition at line 54 of file NIVissimNodeParticipatingEdge.h.
Referenced by getID().
|
private |
Definition at line 55 of file NIVissimNodeParticipatingEdge.h.
Referenced by getFromPos(), and positionLiesWithin().
|
private |
Definition at line 55 of file NIVissimNodeParticipatingEdge.h.
Referenced by getToPos(), and positionLiesWithin().