19 #ifndef GUIPointOfInterest_h 20 #define GUIPointOfInterest_h 66 const std::string& lane,
double posOverLane,
double posLat,
67 double layer,
double angle,
const std::string& imgFile,
68 bool relativePath,
double width,
double height);
void drawInnerPOI(const GUIVisualizationSettings &s) const
draw inner POI (before pushName() )
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.
void setColor(const GUIVisualizationSettings &s) const
set color
bool checkDraw(const GUIVisualizationSettings &s) const
check if POI can be drawn
virtual ~GUIPointOfInterest()
Destructor.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
static std::vector< Position > myPOIVertices
after every iteration of drawgl, position of vertices that make the circle are saved here...
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, bool relativePath, 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.