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

Method numberofYGridPoints

src/model/IlluminanceMap.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 int IlluminanceMap_Impl::numberofYGridPoints() const {
125 boost::optional<int> value = getInt(OS_IlluminanceMapFields::NumberofYGridPoints, true);
126 OS_ASSERT(value);
127 return value.get();
128 }
129
130 bool IlluminanceMap_Impl::isNumberofYGridPointsDefaulted() const {
131 return isEmpty(OS_IlluminanceMapFields::NumberofYGridPoints);

Callers 2

referencePointsMethod · 0.95
translateThermalZoneMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected