SUMO - Simulation of Urban MObility
|
#include <SUMOAbstractRouter.h>
Public Member Functions | |
bool | operator() (const E *edge, const V *vehicle) const |
void | prohibit (const std::vector< E * > &toProhibit) |
Protected Attributes | |
std::vector< E * > | myProhibited |
Definition at line 107 of file SUMOAbstractRouter.h.
bool prohibited_withRestrictions< E, V >::operator() | ( | const E * | edge, |
const V * | vehicle | ||
) | const [inline] |
Definition at line 109 of file SUMOAbstractRouter.h.
References prohibited_withRestrictions< E, V >::myProhibited.
void prohibited_withRestrictions< E, V >::prohibit | ( | const std::vector< E * > & | toProhibit | ) | [inline] |
Definition at line 116 of file SUMOAbstractRouter.h.
References prohibited_withRestrictions< E, V >::myProhibited.
std::vector<E*> prohibited_withRestrictions< E, V >::myProhibited [protected] |
Definition at line 121 of file SUMOAbstractRouter.h.
Referenced by prohibited_withRestrictions< E, V >::operator()(), and prohibited_withRestrictions< E, V >::prohibit().