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

Method Model

src/model/Model.cpp:1853–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851 } // namespace detail
1852
1853 Model::Model() : Workspace(std::shared_ptr<detail::Model_Impl>(new detail::Model_Impl())) {
1854 this->addVersionObject();
1855 }
1856
1857 Model::Model(const openstudio::IdfFile& idfFile) : Workspace(std::shared_ptr<detail::Model_Impl>(new detail::Model_Impl(idfFile))) {
1858 // construct WorkspaceObject_ImplPtrs

Calls 10

addVersionObjectMethod · 0.95
addClonesMethod · 0.80
toStringFunction · 0.50
versionObjectMethod · 0.45
push_backMethod · 0.45
createObjectMethod · 0.45
objectsMethod · 0.45
handleMethod · 0.45
addObjectsMethod · 0.45