SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>

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)

Detailed Description

Author
Markus Hartinger
Daniel Krajzewicz
Michael Behrisch
Date
Mar, 2003
Version
Id:
NGEdge.h 13811 2013-05-01 20:31:43Z behrisch

Definition in file NGEdge.h.

Typedef Documentation

A list of edges (edge pointers)

Definition at line 126 of file NGEdge.h.