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

Method outputUnitType

src/model/CurveCubic.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36