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