MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setInterpolationMethod

Method setInterpolationMethod

src/model/TableIndependentVariable.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 12

translateHtRcvryMethod · 0.45
translateCrvMapDblVarMethod · 0.45
translateCrvMapSglVarMethod · 0.45
makeTableFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36