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

Method xLength

src/model/IlluminanceMap.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 double IlluminanceMap_Impl::xLength() const {
95 boost::optional<double> value = getDouble(OS_IlluminanceMapFields::XLength, true);
96 OS_ASSERT(value);
97 return value.get();
98 }
99
100 bool IlluminanceMap_Impl::isXLengthDefaulted() const {
101 return isEmpty(OS_IlluminanceMapFields::XLength);

Callers 3

referencePointsMethod · 0.95
cornersMethod · 0.95
translateThermalZoneMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected