![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <memory>
#include <libsumo/Subscription.h>
#include <microsim/MSNet.h>
Go to the source code of this file.
Data Structures | |
class | LaneStoringVisitor |
class | libsumo::Helper |
C++ TraCI client API implementation. More... | |
class | libsumo::Helper::LaneUtility |
class | libsumo::Helper::SubscriptionWrapper |
class | libsumo::Helper::VehicleStateListener |
Namespaces | |
libsumo | |
Macros | |
#define | LANE_RTREE_QUAL RTree<MSLane*, MSLane, float, 2, LaneStoringVisitor> |
Typedefs | |
typedef std::map< const MSLane *, std::pair< double, double > > | LaneCoverageInfo |
#define LANE_RTREE_QUAL RTree<MSLane*, MSLane, float, 2, LaneStoringVisitor> |
Definition at line 77 of file Helper.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), and MSLane::fill().
typedef std::map<const MSLane*, std::pair<double, double> > LaneCoverageInfo |