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

Method components

src/model/Loop.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 std::vector<ModelObject> Loop_Impl::components(openstudio::IddObjectType type) const {
302 return openstudio::concat<ModelObject>(this->supplyComponents(type), this->demandComponents(type));
303 }
304
305 std::vector<ModelObject> Loop_Impl::supplyComponents(const HVACComponent& inletComp, const HVACComponent& outletComp,
306 openstudio::IddObjectType type) const {

Callers 12

translateSDDMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
createLoopFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 3

supplyComponentsMethod · 0.95
demandComponentsMethod · 0.95
handleMethod · 0.45

Tested by 10

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
createLoopFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36