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

Method supplyInletNode

src/model/PlantLoop.cpp:481–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 }
480
481 Node PlantLoop_Impl::supplyInletNode() const {
482 return connectedObject(supplyInletPort())->optionalCast<Node>().get();
483 }
484
485 Node PlantLoop_Impl::supplyOutletNode() const {
486 return connectedObject(supplyOutletPort())->optionalCast<Node>().get();

Callers 1

cloneMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected