Home
last modified time | relevance | path

Searched refs:latAlignment (Results 1 – 14 of 14) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicleType.h322 return myParameter.latAlignment; in getPreferredLateralAlignment()
503 void setPreferredLateralAlignment(LateralAlignment latAlignment);
H A DMSVehicleType.cpp161 MSVehicleType::setPreferredLateralAlignment(LateralAlignment latAlignment) { in setPreferredLateralAlignment() argument
162 myParameter.latAlignment = latAlignment; in setPreferredLateralAlignment()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicletype.py289 def setLateralAlignment(self, typeID, latAlignment): argument
295 tc.CMD_SET_VEHICLETYPE_VARIABLE, tc.VAR_LATALIGNMENT, typeID, latAlignment)
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVTypeParameter.h225 LateralAlignment latAlignment; variable
H A DSUMOVTypeParameter.cpp51 maxSpeedLat(1.0), latAlignment(LATALIGN_CENTER), minGapLat(0.6), in SUMOVTypeParameter()
326 dev.writeAttr(SUMO_ATTR_LATALIGNMENT, latAlignment); in write()
H A DSUMOVehicleParserHelper.cpp514 vtype->latAlignment = SUMOXMLDefinitions::LateralAlignments.get(alignS); in beginVTypeParsing()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicletype.java380 public static SumoCommand setLateralAlignment(String typeID, String latAlignment){ in setLateralAlignment() argument
382 …oCommand(Constants.CMD_SET_VEHICLETYPE_VARIABLE, Constants.VAR_LATALIGNMENT, typeID, latAlignment); in setLateralAlignment()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicleType.cpp325 VehicleType::setLateralAlignment(const std::string& typeID, const std::string& latAlignment) { in setLateralAlignment() argument
326 …ype(typeID)->setPreferredLateralAlignment(SUMOXMLDefinitions::LateralAlignments.get(latAlignment)); in setLateralAlignment()
H A DVehicleType.h72 static void setLateralAlignment(const std::string& typeID, const std::string& latAlignment); \
H A DPerson.cpp783 Person::setLateralAlignment(const std::string& personID, const std::string& latAlignment) { in setLateralAlignment() argument
784 …ngularType().setPreferredLateralAlignment(SUMOXMLDefinitions::LateralAlignments.get(latAlignment)); in setLateralAlignment()
H A DVehicle.cpp1645 Vehicle::setLateralAlignment(const std::string& vehicleID, const std::string& latAlignment) {
1646 …ngularType().setPreferredLateralAlignment(SUMOXMLDefinitions::LateralAlignments.get(latAlignment));
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicleType.cpp313 return toString(latAlignment); in getAttribute()
741 … vType->setAttribute(SUMO_ATTR_LATALIGNMENT, toString(newVTypeParameter->latAlignment), undoList); in overwriteVType()
1047 latAlignment = SUMOXMLDefinitions::LateralAlignments.get(value); in setAttribute()
1052latAlignment = SUMOXMLDefinitions::LateralAlignments.get(myTagProperty.getDefaultValue(key)); in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h638 void setLateralAlignment(const std::string& typeID, const std::string& latAlignment) const;
H A DTraCIAPI.cpp2184 …eTypeScope::setLateralAlignment(const std::string& typeID, const std::string& latAlignment) const { in setLateralAlignment()
2187 content.writeString(latAlignment); in setLateralAlignment()