SumoXMLAttr
Numbers representing SUMO-XML - attributes.
const std::string getID() const override
get ID (all Attribute Carriers have one)
A NBNetBuilder extended by visualisation and editing capabilities.
bool isAdditionalValid() const override
check if current additional is valid to be written into XML (must be reimplemented in all detector ch...
PositionVector getAttributePositionVector(SumoXMLAttr key) const override
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
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
std::string getPopUpID() const override
get PopPup ID (Used in AC Hierarchy)
void writeAdditional(OutputDevice &device) const override
write additional element into a xml file
~GNETAZ()
GNETAZ Destructor.
double myAverageWeightSource
Average source weight.
void fixAdditionalProblem() override
fix additional problem (must be reimplemented in all detector children)
double getAttributeDouble(SumoXMLAttr key) const override
std::string getHierarchyName() const override
get Hierarchy Name (Used in AC Hierarchy)
double getExaggeration(const GUIVisualizationSettings &s) const override
return exaggeration associated with this GLObject
double myMinWeightSink
Min Sink weight.
double myAverageWeightSink
Average Sink weight.
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
GNEMoveElementShape * myMoveElementShape
move element shape
std::string getParentName() const override
Returns the name of the parent object.
bool isValid(SumoXMLAttr key, const std::string &value) override
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent) override
Returns an own popup-menu.
static const double myHintSizeSquared
squaredhint size of vertex
std::string getAdditionalProblem() const override
return a string with the current additional problem (must be reimplemented in all detector children)
Position getPositionInView() const override
Returns position of additional in view.
void updateTAZStatistic()
update TAZ Statistic
void splitEdgeGeometry(const double splitPosition, const GNENetworkElement *originalElement, const GNENetworkElement *newElement, GNEUndoList *undoList) override
split geometry
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 updateCenteringBoundary(const bool updateGrid) override
update centering boundary (implies change in RTREE)
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.