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

Method demandInletNode

src/model/PlantLoop.cpp:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 Node PlantLoop_Impl::demandInletNode() const {
494 return connectedObject(demandInletPort())->optionalCast<Node>().get();
495 }
496
497 std::vector<Node> PlantLoop_Impl::demandInletNodes() const {
498 return std::vector<Node>{demandInletNode()};

Callers 1

cloneMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected