55 std::string name,
const std::string& vTypes,
56 const std::string& nextEdges,
A class that stores a 2D geometrical boundary.
A MSInductLoop-visualiser.
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
bool haveOverride() const override
whether this detector has an active virtual detector call
MyWrapper(const MyWrapper &)
Invalidated copy constructor.
bool myHaveLength
Whether this detector has defined a length.
void toggleOverride() const override
toggle virtual detector call
void setSpecialColor(const RGBColor *color)
set (outline) color for extra visualization
PositionVector myIndicators
double myPosition
The position on the lane.
Boundary myBoundary
The detector's boundary.
std::vector< double > myFGShapeLengths
The lengths of the shape parts.
const RGBColor * mySpecialColor
color for extra visualization
Boundary getCenteringBoundary() const override
Returns the boundary to which the view shall be centered in order to show the object.
GUIInductLoop & myDetector
The wrapped detector.
double myFGRotation
The rotation in full-geometry mode.
PositionVector myFGShape
The shape.
void setOutlineColor() const
MyWrapper & operator=(const MyWrapper &)
Invalidated assignment operator.
Position myFGPosition
The position in full-geometry mode.
std::vector< double > myFGShapeRotations
The rotations of the shape parts.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent) override
Returns an own parameter window.
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
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.
bool detectPersons() const
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.