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

Method ExteriorLoadInstance

src/model/ExteriorLoadInstance.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 } // namespace detail
57
58 ExteriorLoadInstance::ExteriorLoadInstance(IddObjectType type, const ExteriorLoadDefinition& definition) : ModelObject(type, definition.model()) {
59 OS_ASSERT(getImpl<detail::ExteriorLoadInstance_Impl>());
60 OS_ASSERT(this->setPointer(getImpl<detail::ExteriorLoadInstance_Impl>()->definitionIndex(), definition.handle()));
61 }
62
63 ExteriorLoadInstance::ExteriorLoadInstance(std::shared_ptr<detail::ExteriorLoadInstance_Impl> impl) : ModelObject(std::move(impl)) {}
64

Callers

nothing calls this directly

Calls 4

modelMethod · 0.45
setPointerMethod · 0.45
definitionIndexMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected