SUMO - Simulation of Urban MObility
NIVissimNodeParticipatingEdge Class Reference

#include <NIVissimNodeParticipatingEdge.h>

Collaboration diagram for NIVissimNodeParticipatingEdge:
Collaboration graph

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
 

Detailed Description

Definition at line 44 of file NIVissimNodeParticipatingEdge.h.

Constructor & Destructor Documentation

§ NIVissimNodeParticipatingEdge()

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

Definition at line 42 of file NIVissimNodeParticipatingEdge.cpp.

§ ~NIVissimNodeParticipatingEdge()

NIVissimNodeParticipatingEdge::~NIVissimNodeParticipatingEdge ( )

Definition at line 46 of file NIVissimNodeParticipatingEdge.cpp.

Member Function Documentation

§ getFromPos()

SUMOReal NIVissimNodeParticipatingEdge::getFromPos ( ) const

Definition at line 64 of file NIVissimNodeParticipatingEdge.cpp.

References myFromPos, and SUMOReal.

Referenced by NIVissimNodeDef_Edges::getEdgePosition().

§ getID()

int NIVissimNodeParticipatingEdge::getID ( ) const

§ getToPos()

SUMOReal NIVissimNodeParticipatingEdge::getToPos ( ) const

Definition at line 70 of file NIVissimNodeParticipatingEdge.cpp.

References myToPos.

Referenced by NIVissimNodeDef_Edges::getEdgePosition().

§ positionLiesWithin()

bool NIVissimNodeParticipatingEdge::positionLiesWithin ( SUMOReal  pos) const

Definition at line 56 of file NIVissimNodeParticipatingEdge.cpp.

References myFromPos, myToPos, and SUMOReal.

Field Documentation

§ myEdgeID

int NIVissimNodeParticipatingEdge::myEdgeID
private

Definition at line 54 of file NIVissimNodeParticipatingEdge.h.

Referenced by getID().

§ myFromPos

SUMOReal NIVissimNodeParticipatingEdge::myFromPos
private

Definition at line 55 of file NIVissimNodeParticipatingEdge.h.

Referenced by getFromPos(), and positionLiesWithin().

§ myToPos

SUMOReal NIVissimNodeParticipatingEdge::myToPos
private

Definition at line 55 of file NIVissimNodeParticipatingEdge.h.

Referenced by getToPos(), and positionLiesWithin().


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