Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_SPEEDFACTOR (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicleType.cpp227 case SUMO_ATTR_SPEEDFACTOR: in getAttribute()
231 return myTagProperty.getDefaultValue(SUMO_ATTR_SPEEDFACTOR); in getAttribute()
403 case SUMO_ATTR_SPEEDFACTOR: in setAttribute()
509 case SUMO_ATTR_SPEEDFACTOR: in isValid()
699 …vType->setAttribute(SUMO_ATTR_SPEEDFACTOR, toString(newVTypeParameter->speedFactor.getParameter()[… in overwriteVType()
881 case SUMO_ATTR_SPEEDFACTOR: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSStateHandler.cpp243 v->setChosenSpeedFactor(myAttrs->getFloat(SUMO_ATTR_SPEEDFACTOR)); in closeVehicle()
H A DMSBaseVehicle.cpp536 out.writeAttr(SUMO_ATTR_SPEEDFACTOR, myChosenSpeedFactor); in saveState()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVTypeParameter.cpp269 dev.writeAttr(SUMO_ATTR_SPEEDFACTOR, speedFactor); in write()
H A DSUMOVehicleParserHelper.cpp393 if (attrs.hasAttribute(SUMO_ATTR_SPEEDFACTOR)) { in beginVTypeParsing()
394 … vtype->speedFactor.parse(attrs.get<std::string>(SUMO_ATTR_SPEEDFACTOR, vtype->id.c_str(), ok)); in beginVTypeParsing()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h431 SUMO_ATTR_SPEEDFACTOR, enumerator
H A DSUMOXMLDefinitions.cpp293 { "speedFactor", SUMO_ATTR_SPEEDFACTOR },
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNEVehicleTypeDialog.cpp485 mySpeedFactor = new VTypeAttributeRow(this, column, SUMO_ATTR_SPEEDFACTOR, 1); in buildAttributesA()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp3109 attrProperty = AttributeProperties(SUMO_ATTR_SPEEDFACTOR, in fillDemandElements()