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

Method nextPort

src/model/PortList.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 unsigned PortList_Impl::nextPort() const {
115 return port(nextPortIndex());
116 }
117
118 boost::optional<ModelObject> PortList_Impl::modelObject(unsigned portIndex) const {
119 return connectedObject(port(portIndex));

Callers 10

addToNodeMethod · 0.80
addToNodeMethod · 0.80
addToNodeMethod · 0.80
addToNodeMethod · 0.80
addToNodeImplMethod · 0.80
addToThermalZoneMethod · 0.80
addToNodeMethod · 0.80
addToThermalZoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected