Eclipse SUMO - Simulation of Urban MObility
|
#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"
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) | |
Definition in file NGNode.h.