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

Method remove

src/model/RefrigerationCompressor.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 std::vector<IdfObject> RefrigerationCompressor_Impl::remove() {
68 // Remove from ModelObjectList(s) in RefrigerationSystem(s) if needed
69 this->removeFromSystem();
70
71 return ParentObject_Impl::remove();
72 }
73
74 std::vector<IddObjectType> RefrigerationCompressor_Impl::allowableChildTypes() const {
75 std::vector<IddObjectType> result;

Callers

nothing calls this directly

Calls 1

removeFromSystemMethod · 0.95

Tested by

no test coverage detected