Eclipse SUMO - Simulation of Urban MObility
NIVissimNodeDef_Edges Class Reference

#include <NIVissimNodeDef_Edges.h>

Inheritance diagram for NIVissimNodeDef_Edges:
[legend]
Collaboration diagram for NIVissimNodeDef_Edges:
[legend]

Data Structures

class  id_matches
 
class  lying_within_match
 

Public Member Functions

int buildNodeCluster ()
 
virtual double getEdgePosition (int edgeid) const
 
 NIVissimNodeDef_Edges (int id, const std::string &name, const NIVissimNodeParticipatingEdgeVector &edges)
 
virtual ~NIVissimNodeDef_Edges ()
 

Static Public Member Functions

static void clearDict ()
 
static NIVissimNodeDefdictionary (int id)
 
static bool dictionary (int id, const std::string &name, const NIVissimNodeParticipatingEdgeVector &edges)
 
static bool dictionary (int id, NIVissimNodeDef *o)
 
static int getMaxID ()
 

Protected Attributes

NIVissimNodeParticipatingEdgeVector myEdges
 
int myID
 
std::string myName
 

Private Types

typedef std::map< int, NIVissimNodeDef * > DictType
 

Static Private Attributes

static DictType myDict
 
static int myMaxID = 0
 

Detailed Description

Definition at line 30 of file NIVissimNodeDef_Edges.h.

Member Typedef Documentation

◆ DictType

typedef std::map<int, NIVissimNodeDef*> NIVissimNodeDef::DictType
privateinherited

Definition at line 54 of file NIVissimNodeDef.h.

Constructor & Destructor Documentation

◆ NIVissimNodeDef_Edges()

NIVissimNodeDef_Edges::NIVissimNodeDef_Edges ( int  id,
const std::string &  name,
const NIVissimNodeParticipatingEdgeVector edges 
)

Definition at line 41 of file NIVissimNodeDef_Edges.cpp.

Referenced by dictionary().

Here is the caller graph for this function:

◆ ~NIVissimNodeDef_Edges()

NIVissimNodeDef_Edges::~NIVissimNodeDef_Edges ( )
virtual

Definition at line 46 of file NIVissimNodeDef_Edges.cpp.

References myEdges.

Member Function Documentation

◆ buildNodeCluster()

int NIVissimNodeDef::buildNodeCluster ( )
inherited

◆ clearDict()

void NIVissimNodeDef::clearDict ( )
staticinherited

Definition at line 117 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

Referenced by NIImporter_Vissim::~NIImporter_Vissim().

Here is the caller graph for this function:

◆ dictionary() [1/3]

NIVissimNodeDef * NIVissimNodeDef::dictionary ( int  id)
staticinherited

Definition at line 65 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

◆ dictionary() [2/3]

bool NIVissimNodeDef_Edges::dictionary ( int  id,
const std::string &  name,
const NIVissimNodeParticipatingEdgeVector edges 
)
static

Definition at line 55 of file NIVissimNodeDef_Edges.cpp.

References NIVissimNodeDef::dictionary(), and NIVissimNodeDef_Edges().

Referenced by NIVissimSingleTypeParser_Knotendefinition::parse().

Here is the caller graph for this function:

◆ dictionary() [3/3]

bool NIVissimNodeDef::dictionary ( int  id,
NIVissimNodeDef o 
)
staticinherited

Definition at line 50 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict, and NIVissimNodeDef::myMaxID.

Referenced by dictionary(), NIVissimNodeDef_Poly::dictionary(), and NIVissimConnectionCluster::getPositionForEdge().

Here is the caller graph for this function:

◆ getEdgePosition()

double NIVissimNodeDef_Edges::getEdgePosition ( int  edgeid) const
virtual

◆ getMaxID()

int NIVissimNodeDef::getMaxID ( )
staticinherited

Definition at line 126 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myMaxID.

Referenced by NIImporter_Vissim::postLoadBuild().

Here is the caller graph for this function:

Field Documentation

◆ myDict

NIVissimNodeDef::DictType NIVissimNodeDef::myDict
staticprivateinherited

Definition at line 55 of file NIVissimNodeDef.h.

Referenced by NIVissimNodeDef::clearDict(), and NIVissimNodeDef::dictionary().

◆ myEdges

NIVissimNodeParticipatingEdgeVector NIVissimNodeDef_Edges::myEdges
protected

Definition at line 67 of file NIVissimNodeDef_Edges.h.

Referenced by getEdgePosition(), and ~NIVissimNodeDef_Edges().

◆ myID

int NIVissimNodeDef::myID
protectedinherited

Definition at line 50 of file NIVissimNodeDef.h.

◆ myMaxID

int NIVissimNodeDef::myMaxID = 0
staticprivateinherited

Definition at line 56 of file NIVissimNodeDef.h.

Referenced by NIVissimNodeDef::dictionary(), and NIVissimNodeDef::getMaxID().

◆ myName

std::string NIVissimNodeDef::myName
protectedinherited

Definition at line 51 of file NIVissimNodeDef.h.


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