SumoXMLAttr
Numbers representing SUMO-XML - attributes.
A class that stores a 2D geometrical boundary.
A NBNetBuilder extended by visualisation and editing capabilities.
An Element which don't belong to GNENet but has influence in the simulation.
RGBColor setColor(const GUIVisualizationSettings &s) const
get TAZ rel data color
bool isValid(SumoXMLAttr key, const std::string &value) override
method for checking if the key and their conrrespond attribute are valids
Boundary getCenteringBoundary() const override
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
bool isGenericDataVisible() const override
check if current TAZ rel data is visible
GNEContour myTAZRelDataContour
variable used for draw contours
GNETAZRelData(const GNETAZRelData &)=delete
Invalidated copy constructor.
std::string getHierarchyName() const override
get Hierarchy Name (Used in AC Hierarchy)
bool isGenericDataValid() const override
check if current data set is valid to be written into XML (by default true, can be reimplemented in c...
GUIGeometry myTAZRelGeometry
Geometry for TAZRel data.
void updateGeometry() override
update pre-computed geometry information
void drawLanePartialGL(const GUIVisualizationSettings &s, const GNESegment *segment, const double offsetFront) const override
Draws partial object over lane.
std::string getPopUpID() const override
get PopPup ID (Used in AC Hierarchy)
void computePathElement() override
compute pathElement
void fixGenericDataProblem() override
fix data set problem (by default throw an exception, has to be reimplemented in children)
std::string getAttribute(SumoXMLAttr key) const override
GNELane * getFirstPathLane() const override
get first path lane
double getColorValue(const GUIVisualizationSettings &s, int activeScheme) const override
void drawJunctionPartialGL(const GUIVisualizationSettings &s, const GNESegment *segment, const double offsetFront) const override
Draws partial object over junction.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
method for setting the attribute and letting the object perform data set changes
double getScaleValue(const GUIVisualizationSettings &s, int activeScheme) const
GNETAZRelData & operator=(const GNETAZRelData &)=delete
Invalidated assignment operator.
GNELane * getLastPathLane() const override
get last path lane
bool isAttributeEnabled(SumoXMLAttr key) const override
double getAttributeDouble(SumoXMLAttr key) const override
GUIGeometry myTAZRelGeometryCenter
Geometry for TAZRel data (center)
bool drawTAZRel() const
check draw conditions
Position getPositionInView() const override
Returns element position in view.
std::string getGenericDataProblem() const override
return a string with the current data set problem (by default empty, can be reimplemented in children...
double myLastWidth
TAZRel data width.
void writeGenericData(OutputDevice &device) const override
write data set element into a xml file
bool setFunctionalColor(int activeScheme, RGBColor &col) const
sets the color according to the current scheme index and some tazRel function
~GNETAZRelData()
Destructor.
Stores the information about how to visualize structures.
Static storage of an output device and its base (abstract) implementation.
std::map< std::string, std::string > Map
parameters map
A point in 2D or 3D with translation and scaling methods.