| 44 | } |
| 45 | |
| 46 | std::string LightsDefinition_Impl::designLevelCalculationMethod() const { |
| 47 | boost::optional<std::string> value = getString(OS_Lights_DefinitionFields::DesignLevelCalculationMethod, true); |
| 48 | OS_ASSERT(value); |
| 49 | return value.get(); |
| 50 | } |
| 51 | |
| 52 | boost::optional<double> LightsDefinition_Impl::lightingLevel() const { |
| 53 | boost::optional<double> result; |