SumoXMLAttr
Numbers representing SUMO-XML - attributes.
const std::string getID() const
get ID (all Attribute Carriers have one)
A NBNetBuilder extended by visualisation and editing capabilities.
Position getPositionInView() const
Returns position of additional in view.
PositionVector getAttributePositionVector(SumoXMLAttr key) const override
void updateCenteringBoundary(const bool updateGrid)
update centering boundary (implies change in RTREE)
std::string getAdditionalProblem() const
return a string with the current additional problem (must be reimplemented in all detector children)
double myMaxWeightSink
Max Sink weight.
GNEMoveElement * getMoveElement() const override
methods to retrieve the elements linked to this TAZ
bool checkDrawMoveContour() const override
check if draw move contour (red)
static const double myHintSize
hint size of vertex
Position getAttributePosition(SumoXMLAttr key) const override
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GNEContour myTAZCenterContour
TAZ center contour.
bool myEdgesWithin
use edges whithin during creation (only in edit mode)
Parameterised * getParameters() override
get parameters associated with this TAZ
bool isAdditionalValid() const
check if current additional is valid to be written into XML (must be reimplemented in all detector ch...
double getExaggeration(const GUIVisualizationSettings &s) const
return exaggeration associated with this GLObject
std::string getPopUpID() const override
get PopPup ID (Used in AC Hierarchy)
void splitEdgeGeometry(const double splitPosition, const GNENetworkElement *originalElement, const GNENetworkElement *newElement, GNEUndoList *undoList)
split geometry
~GNETAZ()
GNETAZ Destructor.
double myAverageWeightSource
Average source weight.
double getAttributeDouble(SumoXMLAttr key) const override
std::string getHierarchyName() const override
get Hierarchy Name (Used in AC Hierarchy)
double myMinWeightSink
Min Sink weight.
double myAverageWeightSink
Average Sink weight.
std::string getParentName() const
Returns the name of the parent object.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
GNEMoveElementShape * myMoveElementShape
move element shape
void fixAdditionalProblem()
fix additional problem (must be reimplemented in all detector children)
void writeAdditional(OutputDevice &device) const
write additional element into a xml file
bool isValid(SumoXMLAttr key, const std::string &value) override
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
static const double myHintSizeSquared
squaredhint size of vertex
void updateTAZStatistic()
update TAZ Statistic
double myMinWeightSource
Min source weight.
int getVertexIndex(Position pos, bool snapToGrid)
return index of a vertex of shape, or of a new vertex if position is over an shape's edge
void updateGeometry() override
update pre-computed geometry information
double myMaxWeightSource
Max source weight.
GNETAZ & operator=(const GNETAZ &)=delete
Invalidated assignment operator.
GNETAZ(const GNETAZ &)=delete
Invalidated copy constructor.
std::string getAttribute(SumoXMLAttr key) const override
Stores the information about how to visualize structures.
Static storage of an output device and its base (abstract) implementation.
An upper class for objects with additional parameters.
std::map< std::string, std::string > Map
parameters map
A point in 2D or 3D with translation and scaling methods.