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
void writeAdditional(OutputDevice &device) const override
write additional element into a xml file
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
bool isAdditionalValid() const override
check if current additional is valid to be written into XML
~GNEInstantInductionLoopDetector()
Destructor.
bool isValid(SumoXMLAttr key, const std::string &value) override
GNEMoveElement * getMoveElement() const override
methods to retrieve the elements linked to this GNEAdditional
std::string getAdditionalProblem() const override
return a string with the current additional problem
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
void fixAdditionalProblem() override
fix additional problem
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.