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

Method reflectedBeamTransmittanceAccountingMethod

src/model/Screen.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 std::string Screen_Impl::reflectedBeamTransmittanceAccountingMethod() const {
89 boost::optional<std::string> value = getString(OS_WindowMaterial_ScreenFields::ReflectedBeamTransmittanceAccountingMethod, true);
90 OS_ASSERT(value);
91 return value.get();
92 }
93
94 bool Screen_Impl::isReflectedBeamTransmittanceAccountingMethodDefaulted() const {
95 return isEmpty(OS_WindowMaterial_ScreenFields::ReflectedBeamTransmittanceAccountingMethod);

Callers 1

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64