22 #ifndef GUIPointOfInterest_h 23 #define GUIPointOfInterest_h 68 double layer,
double angle,
const std::string& imgFile,
69 double width,
double height);
Stores the information about how to visualize structures.
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.
GUIPointOfInterest(const std::string &id, const std::string &type, const RGBColor &color, const Position &pos, double layer, double angle, const std::string &imgFile, double width, double height)
Constructor.
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.