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

Go to the source code of this file.

Data Structures

class  NGNode
 A netgen-representation of a node. More...
 

Typedefs

typedef std::list< NGNode * > NGNodeList
 A list of nodes (node pointers) More...
 

Detailed Description

Author
Markus Hartinger
Daniel Krajzewicz
Michael Behrisch
Date
Mar, 2003

Definition in file NGNode.h.

Typedef Documentation

◆ NGNodeList

A list of nodes (node pointers)

Definition at line 213 of file NGNode.h.