MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / city

Method city

src/model/WeatherFile.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 std::string WeatherFile_Impl::city() const {
65 boost::optional<std::string> value = getString(OS_WeatherFileFields::City, true);
66 OS_ASSERT(value);
67 return value.get();
68 }
69
70 std::string WeatherFile_Impl::stateProvinceRegion() const {
71 boost::optional<std::string> value = getString(OS_WeatherFileFields::StateProvinceRegion, true);

Callers 2

test_fileMethod · 0.45
setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_fileMethod · 0.36