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,
const std::string invalid_return< std::string >::value
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNEDetector(GNENet *net, SumoXMLTag tag)
Default constructor.
Position getAttributePosition(SumoXMLAttr key) const override
GNEInstantInductionLoopDetector(GNENet *net)
default Constructor
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.
std::map< std::string, std::string > Map
parameters map
Parameterised()
Default constructor.
A point in 2D or 3D with translation and scaling methods.