21 #ifndef GUIPointOfInterest_h 22 #define GUIPointOfInterest_h 71 const std::string& lane,
double posOverLane,
double posLat,
72 double layer,
double angle,
const std::string& imgFile,
73 double width,
double height);
Stores the information about how to visualize structures.
GUIPointOfInterest(const std::string &id, const std::string &type, const RGBColor &color, const Position &pos, bool geo, const std::string &lane, double posOverLane, double posLat, double layer, double angle, const std::string &imgFile, double width, double height)
Constructor.
A class that stores a 2D geometrical boundary.
A point in 2D or 3D with translation and scaling methods.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
virtual ~GUIPointOfInterest()
Destructor.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
A window containing a gl-object's parameter.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.