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

Method removeCase

src/model/RefrigerationSystem.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410
411 void RefrigerationSystem_Impl::removeCase(const RefrigerationCase& refrigerationCase) {
412 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();
413 removeTemplate<RefrigerationCase>(refrigerationCase, modelObjectList);
414 }
415
416 void RefrigerationSystem_Impl::removeAllCases() {
417 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();

Callers 6

addCaseMethod · 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