Eclipse SUMO - Simulation of Urban MObility
NGEdge.h File Reference
#include <config.h>
#include <list>
#include <utils/common/Named.h>
#include <utils/common/UtilExceptions.h>
#include <utils/geom/Position.h>
#include <utils/geom/GeomHelper.h>
Include dependency graph for NGEdge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NGEdge
 A netgen-representation of an edge. More...
 

Typedefs

typedef std::list< NGEdge * > NGEdgeList
 A list of edges (edge pointers) More...
 

Detailed Description

Author
Markus Hartinger
Daniel Krajzewicz
Michael Behrisch
Date
Mar, 2003

Definition in file NGEdge.h.

Typedef Documentation

◆ NGEdgeList

A list of edges (edge pointers)

Definition at line 118 of file NGEdge.h.