SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIVissimNodeParticipatingEdge Class Reference

#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

Detailed Description

Definition at line 44 of file NIVissimNodeParticipatingEdge.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

SUMOReal NIVissimNodeParticipatingEdge::getFromPos ( ) const
SUMOReal NIVissimNodeParticipatingEdge::getToPos ( ) const
bool NIVissimNodeParticipatingEdge::positionLiesWithin ( SUMOReal  pos) const

Field Documentation

int NIVissimNodeParticipatingEdge::myEdgeID
private

Definition at line 54 of file NIVissimNodeParticipatingEdge.h.

Referenced by getID().

SUMOReal NIVissimNodeParticipatingEdge::myFromPos
private

Definition at line 55 of file NIVissimNodeParticipatingEdge.h.

Referenced by getFromPos(), and positionLiesWithin().

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: