Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_PERSON_CAPACITY (Results 1 – 10 of 10) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEBusStop.cpp221 case SUMO_ATTR_PERSON_CAPACITY: in getAttribute()
256 case SUMO_ATTR_PERSON_CAPACITY: in setAttribute()
301 case SUMO_ATTR_PERSON_CAPACITY: in isValid()
342 case SUMO_ATTR_PERSON_CAPACITY: in setAttribute()
H A DGNEAdditionalHandler.cpp1708 …arrier::parseAttributeFromXML<int>(attrs, id, SUMO_TAG_BUS_STOP, SUMO_ATTR_PERSON_CAPACITY, abort); in parseAndBuildBusStop()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicleType.cpp287 case SUMO_ATTR_PERSON_CAPACITY: in getAttribute()
291 return myTagProperty.getDefaultValue(SUMO_ATTR_PERSON_CAPACITY); in getAttribute()
413 case SUMO_ATTR_PERSON_CAPACITY: in setAttribute()
538 case SUMO_ATTR_PERSON_CAPACITY: in isValid()
729 …vType->setAttribute(SUMO_ATTR_PERSON_CAPACITY, toString(newVTypeParameter->personCapacity), undoLi… in overwriteVType()
997 case SUMO_ATTR_PERSON_CAPACITY: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVTypeParameter.cpp311 dev.writeAttr(SUMO_ATTR_PERSON_CAPACITY, personCapacity); in write()
H A DSUMOVehicleParserHelper.cpp487 if (attrs.hasAttribute(SUMO_ATTR_PERSON_CAPACITY)) { in beginVTypeParsing()
488 vtype->personCapacity = attrs.get<int>(SUMO_ATTR_PERSON_CAPACITY, vtype->id.c_str(), ok); in beginVTypeParsing()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h617 SUMO_ATTR_PERSON_CAPACITY, enumerator
H A DSUMOXMLDefinitions.cpp411 { "personCapacity", SUMO_ATTR_PERSON_CAPACITY },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLTriggerBuilder.cpp196 …const int personCapacity = attrs.getOpt<int>(SUMO_ATTR_PERSON_CAPACITY, id.c_str(), ok, defaultCap… in parseAndBuildStoppingPlace()
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNEVehicleTypeDialog.cpp510 myPersonCapacity = new VTypeAttributeRow(this, column, SUMO_ATTR_PERSON_CAPACITY, 0); in buildAttributesB()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1730 attrProperty = AttributeProperties(SUMO_ATTR_PERSON_CAPACITY, in fillAdditionals()
3159 attrProperty = AttributeProperties(SUMO_ATTR_PERSON_CAPACITY, in fillDemandElements()