| 74 | } |
| 75 | |
| 76 | std::string RoofVegetation_Impl::roughness() const { |
| 77 | boost::optional<std::string> value = getString(OS_Material_RoofVegetationFields::Roughness, true); |
| 78 | OS_ASSERT(value); |
| 79 | return value.get(); |
| 80 | } |
| 81 | |
| 82 | double RoofVegetation_Impl::thickness() const { |
| 83 | OptionalDouble od = getDouble(OS_Material_RoofVegetationFields::Thickness, true); |