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