Eclipse SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
node_with_incoming_finder (const NBEdge *const e) | |
constructor | |
bool | operator() (const NBNode *const n) const |
Private Attributes | |
const NBEdge *const | myEdge |
Definition at line 260 of file NBContHelper.h.
NBContHelper::node_with_incoming_finder::node_with_incoming_finder | ( | const NBEdge *const | e | ) |
constructor
Definition at line 95 of file NBContHelper.cpp.
bool NBContHelper::node_with_incoming_finder::operator() | ( | const NBNode *const | n | ) | const |
Definition at line 100 of file NBContHelper.cpp.
References NBNode::getIncomingEdges().
|
private |
Definition at line 268 of file NBContHelper.h.