NBContHelper::edge_with_destination_finder Class Reference

#include <NBContHelper.h>


Detailed Description

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_finderoperator= (const edge_with_destination_finder &s)
 invalidated assignment operator

Private Attributes

NBNodemyDestinationNode

Constructor & Destructor Documentation

NBContHelper::edge_with_destination_finder::edge_with_destination_finder ( NBNode dest  ) 

constructor

Definition at line 168 of file NBContHelper.cpp.

00169         : myDestinationNode(dest) {}


Member Function Documentation

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

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


Field Documentation

Definition at line 264 of file NBContHelper.h.

Referenced by operator()().


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

Generated on Wed May 5 00:06:51 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6