| 138 | } |
| 139 | |
| 140 | std::string CurveCubic_Impl::outputUnitType() const { |
| 141 | boost::optional<std::string> value = getString(OS_Curve_CubicFields::OutputUnitType, true); |
| 142 | OS_ASSERT(value); |
| 143 | return value.get(); |
| 144 | } |
| 145 | |
| 146 | bool CurveCubic_Impl::isOutputUnitTypeDefaulted() const { |
| 147 | return isEmpty(OS_Curve_CubicFields::OutputUnitType); |