SUMO - Simulation of Urban MObility
GNENet::AttributeCarriers Struct Reference

struct used for saving all attribute carriers of net, in different formats More...

#include <GNENet.h>

Collaboration diagram for GNENet::AttributeCarriers:
Collaboration graph

Data Fields

std::map< SumoXMLTag, std::map< std::string, GNEAdditional * > > additionals
 map with the name and pointer to additional elements of net More...
 
std::map< std::string, GNEEdge * > edges
 map with the name and pointer to edges of net More...
 
std::map< std::string, GNEJunction * > junctions
 map with the name and pointer to junctions of net More...
 

Detailed Description

struct used for saving all attribute carriers of net, in different formats

Definition at line 633 of file GNENet.h.

Field Documentation

◆ additionals

◆ edges

◆ junctions


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