Method
reflectedBeamTransmittanceAccountingMethod
Source from the content-addressed store, hash-verified
| 86 | } |
| 87 | |
| 88 | std::string Screen_Impl::reflectedBeamTransmittanceAccountingMethod() const { |
| 89 | boost::optional<std::string> value = getString(OS_WindowMaterial_ScreenFields::ReflectedBeamTransmittanceAccountingMethod, true); |
| 90 | OS_ASSERT(value); |
| 91 | return value.get(); |
| 92 | } |
| 93 | |
| 94 | bool Screen_Impl::isReflectedBeamTransmittanceAccountingMethodDefaulted() const { |
| 95 | return isEmpty(OS_WindowMaterial_ScreenFields::ReflectedBeamTransmittanceAccountingMethod); |