64 MSLane* lane,
double startPos,
double endPos,
double detLength,
65 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
66 const std::string name,
const std::string& vTypes,
67 const std::string& nextEdges,
86 std::vector<MSLane*> lanes,
double startPos,
double endPos,
87 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
88 const std::string name,
const std::string& vTypes,
89 const std::string& nextEdges,
A class that stores a 2D geometrical boundary.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent) override
Returns an own parameter window.
Boundary myBoundary
The detector's boundary.
Boundary getCenteringBoundary() const override
Returns the boundary to which the view shall be centered in order to show the object.
MyWrapper & operator=(const MyWrapper &)
Invalidated assignment operator.
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
void toggleOverride() const override
toggle virtual detector call
bool haveOverride() const override
whether this detector has an active virtual detector call
GUIE2Collector & myDetector
The wrapped detector.
std::vector< double > myShapeLengths
A sequence of lengths in full-geometry mode.
double getExaggeration(const GUIVisualizationSettings &s) const override
return exaggeration associated with this GLObject
MyWrapper(const MyWrapper &)
Invalidated copy constructor.
GUIE2Collector & getDetector()
Returns the detector itself.
PositionVector myFullGeometry
A sequence of positions in full-geometry mode.
std::vector< double > myShapeRotations
A sequence of rotations in full-geometry mode.
The gui-version of the MSE2Collector.
bool isVisible() const
whether the induction loop shall be visible
bool myShow
Whether the detector shall be drawn in the gui.
void setVisible(bool show)
toggle visibility
virtual GUIDetectorWrapper * buildDetectorGUIRepresentation()
Returns the wrapper for this detector.
~GUIE2Collector()
Destructor.
A window containing a gl-object's parameter.
Stores the information about how to visualize structures.
bool detectPersons() const
An areal detector corresponding to a sequence of consecutive lanes.
Representation of a lane in the micro simulation.