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

Method addTemplate

src/model/RefrigerationSecondarySystem.cpp:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318 template <class T>
319 bool RefrigerationSecondarySystem_Impl::addTemplate(const T& modelObject, boost::optional<ModelObjectList>& modelObjectList) {
320 if (modelObjectList) {
321 return modelObjectList->addModelObject(modelObject);
322 }
323 return false;
324 }
325
326 bool RefrigerationSecondarySystem_Impl::addCase(const RefrigerationCase& refrigerationCase) {
327 // From 9.2 IO ref:

Callers

nothing calls this directly

Calls 1

addModelObjectMethod · 0.80

Tested by

no test coverage detected