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

Method supplyOutletNode

src/model/PlantLoop.cpp:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 Node PlantLoop_Impl::supplyOutletNode() const {
486 return connectedObject(supplyOutletPort())->optionalCast<Node>().get();
487 }
488
489 std::vector<Node> PlantLoop_Impl::supplyOutletNodes() const {
490 return std::vector<Node>{supplyOutletNode()};

Callers 1

cloneMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected