コード例 #1
0
ファイル: Person.cpp プロジェクト: michele-segata/plexe-sumo
void
Person::setShapeClass(const std::string& personID, const std::string& clazz) {
    getPerson(personID)->getSingularType().setShape(getVehicleShapeID(clazz));
}
コード例 #2
0
ファイル: VehicleType.cpp プロジェクト: behrisch/sumo
void
VehicleType::setShapeClass(const std::string& typeID, const std::string& shapeClass)  {
    getVType(typeID)->setShape(getVehicleShapeID(shapeClass));
}