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

Method addToSystem

src/model/RefrigerationWalkIn.cpp:922–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920 }
921
922 bool RefrigerationWalkIn_Impl::addToSystem(RefrigerationSystem& system) {
923 return system.addWalkin(this->getObject<RefrigerationWalkIn>());
924 }
925
926 void RefrigerationWalkIn_Impl::removeFromSystem() {
927 boost::optional<RefrigerationSystem> refrigerationSystem = system();

Callers

nothing calls this directly

Calls 1

addWalkinMethod · 0.45

Tested by

no test coverage detected