![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <Helper.h>
Public Member Functions | |
void | add (const MSLane *const l) const |
Adds the given object to the container. More... | |
LaneStoringVisitor (std::set< std::string > &ids, const PositionVector &shape, const double range, const int domain) | |
Constructor. More... | |
~LaneStoringVisitor () | |
Destructor. More... | |
Data Fields | |
const int | myDomain |
std::set< std::string > & | myIDs |
The container. More... | |
const double | myRange |
const PositionVector & | myShape |
Private Member Functions | |
LaneStoringVisitor (const LaneStoringVisitor &src) | |
invalidated copy constructor More... | |
LaneStoringVisitor & | operator= (const LaneStoringVisitor &src) |
invalidated assignment operator More... | |
|
inline |
|
inline |
|
private |
invalidated copy constructor
void LaneStoringVisitor::add | ( | const MSLane *const | l | ) | const |
Adds the given object to the container.
Definition at line 63 of file Helper.cpp.
References libsumo::CMD_GET_EDGE_VARIABLE, libsumo::CMD_GET_LANE_VARIABLE, libsumo::CMD_GET_PERSON_VARIABLE, libsumo::CMD_GET_VEHICLE_VARIABLE, PositionVector::distance2D(), MSLane::getEdge(), Named::getID(), MSNet::getInstance(), MSLane::getShape(), MSEdge::getSortedPersons(), MSLane::getVehiclesSecure(), myDomain, myIDs, myRange, myShape, and MSLane::releaseVehicles().
Referenced by MSLane::visit().
|
private |
invalidated assignment operator
std::set<std::string>& LaneStoringVisitor::myIDs |
const double LaneStoringVisitor::myRange |
const PositionVector& LaneStoringVisitor::myShape |