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

Method outputValues

src/model/TableLookup.cpp:231–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 std::vector<double> TableLookup_Impl::outputValues() const {
232 std::vector<double> result;
233 for (const auto& eg : extensibleGroups()) {
234 auto _d = eg.getDouble(OS_Table_LookupExtensibleFields::OutputValue);
235 OS_ASSERT(_d);
236 result.push_back(_d.get());
237 }
238 return result;
239 }
240
241 unsigned TableLookup_Impl::numberofOutputValues() const {
242 return numExtensibleGroups();

Callers 6

evalCurveAt75Function · 0.80
setCurveAt75Function · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
translateTableLookupMethod · 0.80
TEST_FFunction · 0.80

Calls 3

getDoubleMethod · 0.45
push_backMethod · 0.45
getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64