![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NIVissimNodeParticipatingEdge.h>
Public Member Functions | |
| double | getFromPos () const |
| int | getID () const |
| double | getToPos () const |
| NIVissimNodeParticipatingEdge (int edgeid, double frompos, double topos) | |
| bool | positionLiesWithin (double pos) const |
| ~NIVissimNodeParticipatingEdge () | |
Private Attributes | |
| int | myEdgeID |
| double | myFromPos |
| double | myToPos |
Definition at line 34 of file NIVissimNodeParticipatingEdge.h.
| NIVissimNodeParticipatingEdge::NIVissimNodeParticipatingEdge | ( | int | edgeid, |
| double | frompos, | ||
| double | topos | ||
| ) |
Definition at line 29 of file NIVissimNodeParticipatingEdge.cpp.
| NIVissimNodeParticipatingEdge::~NIVissimNodeParticipatingEdge | ( | ) |
Definition at line 33 of file NIVissimNodeParticipatingEdge.cpp.
| double NIVissimNodeParticipatingEdge::getFromPos | ( | ) | const |
Definition at line 51 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition().
| int NIVissimNodeParticipatingEdge::getID | ( | ) | const |
Definition at line 37 of file NIVissimNodeParticipatingEdge.cpp.
References myEdgeID.
Referenced by NIVissimNodeDef_Edges::getEdgePosition(), NIVissimNodeDef_Edges::lying_within_match::operator()(), and NIVissimNodeDef_Edges::id_matches::operator()().
| double NIVissimNodeParticipatingEdge::getToPos | ( | ) | const |
Definition at line 57 of file NIVissimNodeParticipatingEdge.cpp.
References myToPos.
Referenced by NIVissimNodeDef_Edges::getEdgePosition().
| bool NIVissimNodeParticipatingEdge::positionLiesWithin | ( | double | pos | ) | const |
Definition at line 43 of file NIVissimNodeParticipatingEdge.cpp.
References myFromPos, and myToPos.
Referenced by NIVissimNodeDef_Edges::lying_within_match::operator()().
|
private |
Definition at line 44 of file NIVissimNodeParticipatingEdge.h.
Referenced by getID().
|
private |
Definition at line 45 of file NIVissimNodeParticipatingEdge.h.
Referenced by getFromPos(), and positionLiesWithin().
|
private |
Definition at line 45 of file NIVissimNodeParticipatingEdge.h.
Referenced by getToPos(), and positionLiesWithin().