50 const std::vector<std::string>& vehicleTypes,
const std::string& name,
const bool friendlyPos,
51 const std::map<std::string, std::string>& parameters);
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
std::string getAdditionalProblem() const
return a string with the current additional problem
GNEDetectorE1Instant(const GNEDetectorE1Instant &)=delete
Invalidated copy constructor.
std::string getAttribute(SumoXMLAttr key) const
~GNEDetectorE1Instant()
Destructor.
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
GNELane * getLane() const
get lane
GNEDetectorE1Instant(GNENet *net)
default Constructor
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
void setMoveShape(const GNEMoveResult &moveResult)
set move shape
void updateGeometry()
update pre-computed geometry information
double getAttributeDouble(SumoXMLAttr key) const
GNEDetectorE1Instant & operator=(const GNEDetectorE1Instant &)=delete
Invalidated assignment operator.
void commitMoveShape(const GNEMoveResult &moveResult, GNEUndoList *undoList)
commit move shape
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes
bool isAttributeEnabled(SumoXMLAttr key) const
bool isAdditionalValid() const
check if current additional is valid to be writed into XML
bool isDetectorPositionFixed() const
void fixAdditionalProblem()
fix additional problem
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
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.