| 91 | } |
| 92 | |
| 93 | bool TableIndependentVariable_Impl::setInterpolationMethod(const std::string& interpolationMethod) { |
| 94 | bool result = setString(OS_Table_IndependentVariableFields::InterpolationMethod, interpolationMethod); |
| 95 | return result; |
| 96 | } |
| 97 | |
| 98 | bool TableIndependentVariable_Impl::setExtrapolationMethod(const std::string& extrapolationMethod) { |
| 99 | bool result = setString(OS_Table_IndependentVariableFields::ExtrapolationMethod, extrapolationMethod); |
no outgoing calls