SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PCLoaderOSM::PCOSMEdge Struct Reference

An internal definition of a loaded edge. More...

#include <PCLoaderOSM.h>

Data Fields

std::string id
 The edge's id.
std::vector< longmyCurrentNodes
 The list of nodes this edge is made of.
bool myIsAdditional
 Information whether this shall be parsed.
bool myIsClosed
 Information whether this area is closed.
std::string myType
 The type (<KEY>".")
std::string name
 The edge's name (if any)

Detailed Description

An internal definition of a loaded edge.

Definition at line 92 of file PCLoaderOSM.h.


Field Documentation

std::string PCLoaderOSM::PCOSMEdge::id

The edge's id.

Definition at line 94 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().

std::vector<long> PCLoaderOSM::PCOSMEdge::myCurrentNodes

The list of nodes this edge is made of.

Definition at line 102 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().

bool PCLoaderOSM::PCOSMEdge::myIsAdditional

Information whether this shall be parsed.

Definition at line 104 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().

bool PCLoaderOSM::PCOSMEdge::myIsClosed

Information whether this area is closed.

Definition at line 100 of file PCLoaderOSM.h.

std::string PCLoaderOSM::PCOSMEdge::myType

The type (<KEY>".")

Definition at line 98 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().

std::string PCLoaderOSM::PCOSMEdge::name

The edge's name (if any)

Definition at line 96 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().


The documentation for this struct was generated from the following file: