SUMO - Simulation of Urban MObility
|
#include <MSPModel_Striping.h>
Public Member Functions | |
by_xpos_sorter (int dir) | |
constructor More... | |
bool | operator() (const PState *p1, const PState *p2) const |
comparing operation More... | |
Private Member Functions | |
by_xpos_sorter & | operator= (const by_xpos_sorter &) |
Invalidated assignment operator. More... | |
Private Attributes | |
const int | myDir |
Definition at line 285 of file MSPModel_Striping.h.
|
inline |
constructor
Definition at line 288 of file MSPModel_Striping.h.
|
inline |
comparing operation
Definition at line 292 of file MSPModel_Striping.h.
References MSPerson::getID(), myDir, MSPModel_Striping::PState::myPerson, and MSPModel_Striping::PState::myRelX.
|
private |
Invalidated assignment operator.
|
private |
Definition at line 300 of file MSPModel_Striping.h.
Referenced by operator()().