20 #ifndef GUIInstantInductLoop_h 21 #define GUIInstantInductLoop_h 56 MSLane*
const lane,
SUMOReal positionInMeters,
const std::string& vTypes);
MFXMutex myLock
Mutex preventing parallel read/write access to internal MSInductLoop state.
MyWrapper(GUIInstantInductLoop &detector, SUMOReal pos)
Constructor.
Stores the information about how to visualize structures.
MyWrapper & operator=(const MyWrapper &)
Invalidated assignment operator.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
An instantaneous induction loop.
Boundary myBoundary
The detector's boundary.
A class that stores a 2D geometrical boundary.
SUMOReal myFGRotation
The rotation in full-geometry mode.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GUIInstantInductLoop(const std::string &id, OutputDevice &od, MSLane *const lane, SUMOReal positionInMeters, const std::string &vTypes)
Constructor.
GUIInstantInductLoop & myDetector
The wrapped detector.
SUMOReal myPosition
The position on the lane.
A point in 2D or 3D with translation and scaling methods.
GUIInstantInductLoop & getLoop()
Returns the detector itself.
~GUIInstantInductLoop()
Destructor.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
The gui-version of the MSInstantInductLoop.
A MSInductLoop-visualiser.
Static storage of an output device and its base (abstract) implementation.
Position myFGPosition
The position in full-geometry mode.
Representation of a lane in the micro simulation.
A window containing a gl-object's parameter.
virtual GUIDetectorWrapper * buildDetectorGUIRepresentation()
Returns this detector's visualisation-wrapper.