| 202 | } |
| 203 | |
| 204 | double Shade_Impl::airflowPermeability() const { |
| 205 | boost::optional<double> value = getDouble(OS_WindowMaterial_ShadeFields::AirflowPermeability, true); |
| 206 | OS_ASSERT(value); |
| 207 | return value.get(); |
| 208 | } |
| 209 | |
| 210 | bool Shade_Impl::isAirflowPermeabilityDefaulted() const { |
| 211 | return isEmpty(OS_WindowMaterial_ShadeFields::AirflowPermeability); |