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

Method removeWalkin

src/model/RefrigerationSystem.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void RefrigerationSystem_Impl::removeWalkin(const RefrigerationWalkIn& refrigerationWalkin) {
442 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();
443 removeTemplate<RefrigerationWalkIn>(refrigerationWalkin, modelObjectList);
444 }
445
446 void RefrigerationSystem_Impl::removeAllWalkins() {
447 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();

Callers 6

addWalkinMethod · 0.45
removeFromSystemMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36