Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
NIVissimNodeParticipatingEdge Class Reference

#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

Detailed Description

Definition at line 34 of file NIVissimNodeParticipatingEdge.h.

Constructor & Destructor Documentation

◆ NIVissimNodeParticipatingEdge()

NIVissimNodeParticipatingEdge::NIVissimNodeParticipatingEdge ( int edgeid,
double frompos,
double topos )

Definition at line 29 of file NIVissimNodeParticipatingEdge.cpp.

References myEdgeID, myFromPos, and myToPos.

◆ ~NIVissimNodeParticipatingEdge()

NIVissimNodeParticipatingEdge::~NIVissimNodeParticipatingEdge ( )

Definition at line 33 of file NIVissimNodeParticipatingEdge.cpp.

Member Function Documentation

◆ getFromPos()

double NIVissimNodeParticipatingEdge::getFromPos ( ) const

Definition at line 51 of file NIVissimNodeParticipatingEdge.cpp.

References myFromPos.

Referenced by NIVissimNodeDef_Edges::getEdgePosition().

Here is the caller graph for this function:

◆ getID()

int NIVissimNodeParticipatingEdge::getID ( ) const

Definition at line 37 of file NIVissimNodeParticipatingEdge.cpp.

References myEdgeID.

Referenced by NIVissimNodeDef_Edges::getEdgePosition(), and NIVissimNodeDef_Edges::id_matches::operator()().

Here is the caller graph for this function:

◆ getToPos()

double NIVissimNodeParticipatingEdge::getToPos ( ) const

Definition at line 57 of file NIVissimNodeParticipatingEdge.cpp.

References myToPos.

Referenced by NIVissimNodeDef_Edges::getEdgePosition().

Here is the caller graph for this function:

◆ positionLiesWithin()

bool NIVissimNodeParticipatingEdge::positionLiesWithin ( double pos) const

Definition at line 43 of file NIVissimNodeParticipatingEdge.cpp.

References myFromPos, and myToPos.

Field Documentation

◆ myEdgeID

int NIVissimNodeParticipatingEdge::myEdgeID
private

Definition at line 44 of file NIVissimNodeParticipatingEdge.h.

Referenced by getID(), and NIVissimNodeParticipatingEdge().

◆ myFromPos

double NIVissimNodeParticipatingEdge::myFromPos
private

◆ myToPos

double NIVissimNodeParticipatingEdge::myToPos
private

The documentation for this class was generated from the following files: