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

Method insulationType

src/model/SurfaceControlMovableInsulation.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 std::string SurfaceControlMovableInsulation_Impl::insulationType() const {
82 boost::optional<std::string> insulationType = getString(OS_SurfaceControl_MovableInsulationFields::InsulationType, true, true);
83 OS_ASSERT(insulationType);
84 return insulationType.get();
85 }
86
87 Surface SurfaceControlMovableInsulation_Impl::surface() const {
88 boost::optional<Surface> surface =

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64