Home
last modified time | relevance | path

Searched refs:getLateralAlignment (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicleType.cpp180 VehicleType::getLateralAlignment(const std::string& typeID) { in getLateralAlignment() function in libsumo::VehicleType
409 return wrapper->wrapString(objID, variable, getLateralAlignment(objID)); in handleVariable()
H A DVehicleType.h51 static std::string getLateralAlignment(const std::string& typeID);
H A DPerson.cpp302 Person::getLateralAlignment(const std::string& personID) { in getLateralAlignment() function in libsumo::Person
H A DVehicle.cpp851 Vehicle::getLateralAlignment(const std::string& vehicleID) {
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicletype.py187 def getLateralAlignment(self, vehID): member in VehicleTypeDomain
H A D_vehicle.py444 def getLateralAlignment(self, vehID): member in VehicleDomain
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicletype.java89 public static SumoCommand getLateralAlignment(String typeID){ in getLateralAlignment() method in Vehicletype
H A DVehicle.java192 public static SumoCommand getLateralAlignment(String vehID){ in getLateralAlignment() method in Vehicle
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h617 std::string getLateralAlignment(const std::string& typeID) const;
748 std::string getLateralAlignment(const std::string& vehicleID) const;
H A DTraCIAPI.cpp2061 TraCIAPI::VehicleTypeScope::getLateralAlignment(const std::string& typeID) const { in getLateralAlignment() function in TraCIAPI::VehicleTypeScope
2668 TraCIAPI::VehicleScope::getLateralAlignment(const std::string& vehicleID) const { in getLateralAlignment() function in TraCIAPI::VehicleScope
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A DTraCITestClient.cpp751 answerLog << " getLateralAlignment: " << vehicletype.getLateralAlignment("t1") << "\n"; in testAPI()