#include <NBContHelper.h>
Definition at line 256 of file 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 |
| NBContHelper::edge_with_destination_finder::edge_with_destination_finder | ( | NBNode * | dest | ) |
Definition at line 173 of file NBContHelper.cpp.
References NBEdge::getToNode(), and myDestinationNode.
00173 { 00174 return e->getToNode()==myDestinationNode; 00175 }
| edge_with_destination_finder& NBContHelper::edge_with_destination_finder::operator= | ( | const edge_with_destination_finder & | s | ) | [private] |
invalidated assignment operator
1.5.6