SUMO - Simulation of Urban MObility
|
#include <NBAlgorithms.h>
Static Public Member Functions | |
static void | computeNodeTypes (NBNodeCont &nc) |
Computes node types. More... | |
Definition at line 205 of file NBAlgorithms.h.
|
static |
Computes node types.
[in] | nc | The container of nodes to loop along |
Definition at line 213 of file NBAlgorithms.cpp.
References NBNodeCont::begin(), NBNodeCont::end(), NBNode::getOppositeIncoming(), NBNode::isSimpleContinuation(), MAX2(), NBNode::myIncomingEdges, NBNode::myType, NODETYPE_PRIORITY, NODETYPE_RIGHT_BEFORE_LEFT, NODETYPE_UNKNOWN, and SUMOReal.
Referenced by NBNetBuilder::compute().