| 302 | } |
| 303 | |
| 304 | boost::optional<WeatherFile> Site_Impl::weatherFile() const { |
| 305 | return this->model().getOptionalUniqueModelObject<WeatherFile>(); |
| 306 | } |
| 307 | |
| 308 | boost::optional<SiteGroundReflectance> Site_Impl::siteGroundReflectance() const { |
| 309 | return this->model().getOptionalUniqueModelObject<SiteGroundReflectance>(); |