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

Method removeFromSystem

src/model/RefrigerationWalkIn.cpp:926–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 }
925
926 void RefrigerationWalkIn_Impl::removeFromSystem() {
927 boost::optional<RefrigerationSystem> refrigerationSystem = system();
928 if (refrigerationSystem) {
929 refrigerationSystem.get().removeWalkin(this->getObject<RefrigerationWalkIn>());
930 }
931 }
932
933 bool RefrigerationWalkIn_Impl::addToSecondarySystem(RefrigerationSecondarySystem& secondarySystem) {
934 return secondarySystem.addWalkin(this->getObject<RefrigerationWalkIn>());

Callers 1

removeMethod · 0.95

Calls 2

removeWalkinMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected