SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
edge_with_destination_finder (NBNode *dest) | |
constructor | |
bool | operator() (NBEdge *e) const |
Private Member Functions | |
edge_with_destination_finder & | operator= (const edge_with_destination_finder &s) |
invalidated assignment operator | |
Private Attributes | |
NBNode * | myDestinationNode |
Definition at line 264 of file NBContHelper.h.
constructor
Definition at line 138 of file NBContHelper.cpp.
Definition at line 143 of file NBContHelper.cpp.
References NBEdge::getToNode().
edge_with_destination_finder& NBContHelper::edge_with_destination_finder::operator= | ( | const edge_with_destination_finder & | s | ) | [private] |
invalidated assignment operator
Definition at line 272 of file NBContHelper.h.