SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NBContHelper::edge_with_destination_finder Class Reference

#include <NBContHelper.h>

Collaboration diagram for NBContHelper::edge_with_destination_finder:
Collaboration graph

Public Member Functions

 edge_with_destination_finder (NBNode *dest)
 constructor More...
 
bool operator() (NBEdge *e) const
 

Private Member Functions

edge_with_destination_finderoperator= (const edge_with_destination_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBNodemyDestinationNode
 

Detailed Description

Definition at line 303 of file NBContHelper.h.

Constructor & Destructor Documentation

NBContHelper::edge_with_destination_finder::edge_with_destination_finder ( NBNode dest)

constructor

Definition at line 138 of file NBContHelper.cpp.

Member Function Documentation

bool NBContHelper::edge_with_destination_finder::operator() ( NBEdge e) const

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

Field Documentation

NBNode* NBContHelper::edge_with_destination_finder::myDestinationNode
private

Definition at line 311 of file NBContHelper.h.


The documentation for this class was generated from the following files: