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);
const std::string invalid_return< std::string >::value
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
GNEDetector(GNENet *net, SumoXMLTag tag)
Default constructor.
bool isAdditionalValid() const override
check if current additional is valid to be written into XML
GNEInductionLoopDetector(const GNEInductionLoopDetector &)=delete
Invalidated copy constructor.
Parameterised * getParameters() override
get parameters associated with this GNEAdditional
void fixAdditionalProblem() override
fix additional problem
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.
bool myFriendlyPos
friendly position
void writeAdditional(OutputDevice &device) const override
write additional element into a xml file
GNEInductionLoopDetector(GNENet *net)
default constructor
std::string getAdditionalProblem() const override
return a string with the current additional problem
GNEInductionLoopDetector & operator=(const GNEInductionLoopDetector &)=delete
Invalidated assignment operator.
void drawGL(const GUIVisualizationSettings &s) const override
Draws the object.
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.
std::map< std::string, std::string > Map
parameters map
Parameterised()
Default constructor.
A point in 2D or 3D with translation and scaling methods.