58 const std::string& outputFilename,
const std::vector<std::string>& vehicleTypes,
const std::vector<std::string>& nextEdges,
59 const std::string& detectPersons,
const std::string& name,
const bool friendlyPos,
const Parameterised::Map& parameters);
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNEInductionLoopDetector(const GNEInductionLoopDetector &)=delete
Invalidated copy constructor.
void fixAdditionalProblem()
fix additional problem
Parameterised * getParameters() override
get parameters associated with this GNEAdditional
bool isValid(SumoXMLAttr key, const std::string &value) override
GNEMoveElementLaneSingle * myMoveElementLaneSingle
move element lane single
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
std::string getAttribute(SumoXMLAttr key) const override
GNEMoveElement * getMoveElement() const override
methods to retrieve the elements linked to this GNEAdditional
double myPosOverLane
position over lane
double getAttributeDouble(SumoXMLAttr key) const override
~GNEInductionLoopDetector()
Destructor.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
bool myFriendlyPos
friendly position
GNEInductionLoopDetector & operator=(const GNEInductionLoopDetector &)=delete
Invalidated assignment operator.
void writeAdditional(OutputDevice &device) const
write additional element into a xml file
bool isAdditionalValid() const
check if current additional is valid to be written into XML
std::string getAdditionalProblem() const
return a string with the current additional problem
bool checkDrawRelatedContour() const override
check if draw related contour (cyan)
void updateGeometry() override
update pre-computed geometry information
Position getAttributePosition(SumoXMLAttr key) const override
A NBNetBuilder extended by visualisation and editing capabilities.
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.