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

Method outletModelObject

src/model/Splitter.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 boost::optional<ModelObject> Splitter_Impl::outletModelObject(unsigned branchIndex) const {
36 return connectedObject(outletPort(branchIndex));
37 }
38
39 std::vector<HVACComponent> Splitter_Impl::edges(const boost::optional<HVACComponent>& /*prev*/) {
40 return castVector<HVACComponent>(outletModelObjects());

Callers 1

outletModelObjectsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected