54 GUIInductLoop(
const std::string&
id,
MSLane*
const lane,
double position,
const std::string& vTypes,
bool show);
A class that stores a 2D geometrical boundary.
A MSInductLoop-visualiser.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
MyWrapper(const MyWrapper &)
Invalidated copy constructor.
void setSpecialColor(const RGBColor *color)
set (outline) color for extra visualiaztion
double myPosition
The position on the lane.
Boundary myBoundary
The detector's boundary.
const RGBColor * mySpecialColor
color for extra visualization
GUIInductLoop & myDetector
The wrapped detector.
double myFGRotation
The rotation in full-geometry mode.
MyWrapper & operator=(const MyWrapper &)
Invalidated assignment operator.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
MyWrapper(GUIInductLoop &detector, double pos)
Constructor.
Position myFGPosition
The position in full-geometry mode.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
The gui-version of the MSInductLoop.
bool isVisible() const
whether the induction loop shall be visible
MyWrapper * myWrapper
the glObject wrapper for this induction loop
virtual GUIDetectorWrapper * buildDetectorGUIRepresentation()
Returns this detector's visualisation-wrapper.
~GUIInductLoop()
Destructor.
void setVisible(bool show)
toggle visibility
void setSpecialColor(const RGBColor *color)
sets special caller for myWrapper
GUIInductLoop(const std::string &id, MSLane *const lane, double position, const std::string &vTypes, bool show)
Constructor.
bool myShow
whether this induction loop shall be visible in the gui
A window containing a gl-object's parameter.
Stores the information about how to visualize structures.
An unextended detector measuring at a fixed position on a fixed lane.
Representation of a lane in the micro simulation.
A point in 2D or 3D with translation and scaling methods.