Eclipse SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
node_with_outgoing_finder (const NBEdge *const e) | |
constructor | |
bool | operator() (const NBNode *const n) const |
Private Attributes | |
const NBEdge *const | myEdge |
Definition at line 276 of file NBContHelper.h.
NBContHelper::node_with_outgoing_finder::node_with_outgoing_finder | ( | const NBEdge *const | e | ) |
constructor
Definition at line 110 of file NBContHelper.cpp.
bool NBContHelper::node_with_outgoing_finder::operator() | ( | const NBNode *const | n | ) | const |
Definition at line 115 of file NBContHelper.cpp.
References NBNode::getOutgoingEdges().
|
private |
Definition at line 284 of file NBContHelper.h.