SUMO - Simulation of Urban MObility
NIVissimNodeDef_Poly Class Reference

#include <NIVissimNodeDef_Poly.h>

Inheritance diagram for NIVissimNodeDef_Poly:
NIVissimNodeDef_Edges NIVissimNodeDef

Public Member Functions

int buildNodeCluster ()
virtual SUMOReal getEdgePosition (int edgeid) const
 NIVissimNodeDef_Poly (int id, const std::string &name, const PositionVector &poly)
virtual void searchAndSetConnections ()
void searchAndSetConnections (SUMOReal offset)
virtual ~NIVissimNodeDef_Poly ()

Static Public Member Functions

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

Protected Attributes

NIVissimNodeParticipatingEdgeVector myEdges
int myID
std::string myName

Private Attributes

PositionVector myPoly

Detailed Description

Definition at line 40 of file NIVissimNodeDef_Poly.h.


Constructor & Destructor Documentation

NIVissimNodeDef_Poly::NIVissimNodeDef_Poly ( int  id,
const std::string &  name,
const PositionVector poly 
)

Definition at line 54 of file NIVissimNodeDef_Poly.cpp.

Referenced by dictionary().

Definition at line 60 of file NIVissimNodeDef_Poly.cpp.


Member Function Documentation

void NIVissimNodeDef::clearDict ( ) [static, inherited]

Definition at line 132 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

Referenced by NIImporter_Vissim::~NIImporter_Vissim().

void NIVissimNodeDef::dict_assignConnectionsToNodes ( ) [static, inherited]

Definition at line 117 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

bool NIVissimNodeDef_Poly::dictionary ( int  id,
const std::string &  name,
const PositionVector poly 
) [static]
NIVissimNodeDef * NIVissimNodeDef::dictionary ( int  id) [static, inherited]

Definition at line 74 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

size_t NIVissimNodeDef::dictSize ( ) [static, inherited]

Definition at line 125 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myDict.

int NIVissimNodeDef::getMaxID ( ) [static, inherited]

Definition at line 141 of file NIVissimNodeDef.cpp.

References NIVissimNodeDef::myMaxID.

Referenced by NIImporter_Vissim::postLoadBuild().


Field Documentation

int NIVissimNodeDef::myID [protected, inherited]
std::string NIVissimNodeDef::myName [protected, inherited]

Definition at line 61 of file NIVissimNodeDef.h.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines