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

Method removeTemplate

src/model/RefrigerationSecondarySystem.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311 template <class T>
312 void RefrigerationSecondarySystem_Impl::removeTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) {
313 if (modelObjectList) {
314 modelObjectList->removeModelObject(modelObject);
315 }
316 }
317
318 template <class T>
319 bool RefrigerationSecondarySystem_Impl::addTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) {

Callers

nothing calls this directly

Calls 1

removeModelObjectMethod · 0.80

Tested by

no test coverage detected