20 #ifndef GUIMEInductLoop_h
21 #define GUIMEInductLoop_h
58 SUMOReal position,
const std::string& vTypes);
Position myFGPosition
The position in full-geometry mode.
MyWrapper(GUIMEInductLoop &detector, SUMOReal pos)
Constructor.
~GUIMEInductLoop()
Destructor.
Stores the information about how to visualize structures.
SUMOReal myFGRotation
The rotation in full-geometry mode.
SUMOReal myPosition
The position on the lane.
A class that stores a 2D geometrical boundary.
Representation of a lane in the micro simulation (gui-version)
Boundary myBoundary
The detector's boundary.
A point in 2D or 3D with translation and scaling methods.
GUIMEInductLoop & getLoop()
Returns the detector itself.
MyWrapper & operator=(const MyWrapper &)
Invalidated assignment operator.
GUIMEInductLoop(const std::string &id, MESegment *s, SUMOReal position, const std::string &vTypes)
Construtor.
A single mesoscopic segment (cell)
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
virtual GUIDetectorWrapper * buildDetectorGUIRepresentation()
Returns this detector's visualisation-wrapper.
A window containing a gl-object's parameter.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
An induction loop for mesoscopic simulation.
GUIMEInductLoop & myDetector
The wrapped detector.