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

Method dividerWidth

src/model/WindowPropertyFrameAndDivider.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 double WindowPropertyFrameAndDivider_Impl::dividerWidth() const {
137 boost::optional<double> value = getDouble(OS_WindowProperty_FrameAndDividerFields::DividerWidth, true);
138 OS_ASSERT(value);
139 return value.get();
140 }
141
142 bool WindowPropertyFrameAndDivider_Impl::isDividerWidthDefaulted() const {
143 return isEmpty(OS_WindowProperty_FrameAndDividerFields::DividerWidth);

Callers 3

dividerAreaMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64