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

Method outletModelObjects

src/model/Splitter.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 std::vector<ModelObject> Splitter_Impl::outletModelObjects() const {
103 std::vector<ModelObject> result;
104 int stop = nextBranchIndex();
105 for (int i = 0; i < stop; i++) {
106 result.push_back(this->outletModelObject(i).get());
107 }
108 return result;
109 }
110
111 bool Splitter_Impl::isRemovable() const {
112 if (airLoopHVAC() || plantLoop()) {

Callers 15

translateSDDMethod · 0.80
removeSupplySplitterMethod · 0.80
cloneMethod · 0.80
removeSupplyPlenumMethod · 0.80
TEST_FFunction · 0.80

Calls 3

outletModelObjectMethod · 0.95
push_backMethod · 0.45
getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64