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

Method Model_Impl

src/model/Model.cpp:58–60  ·  view source on GitHub ↗

default constructor

Source from the content-addressed store, hash-verified

56
57 // default constructor
58 Model_Impl::Model_Impl() : Workspace_Impl(StrictnessLevel::Draft, IddFileType::OpenStudio) {
59 // careful not to call anything that calls shared_from_this here, this is not yet constructed
60 }
61
62 Model_Impl::Model_Impl(const IdfFile& idfFile) : Workspace_Impl(idfFile, StrictnessLevel(StrictnessLevel::Draft)) {
63 // careful not to call anything that calls shared_from_this here, this is not yet constructed

Callers

nothing calls this directly

Calls 4

WorkflowJSONClass · 0.85
valueDescriptionMethod · 0.80
StrictnessLevelClass · 0.50
iddFileTypeMethod · 0.45

Tested by

no test coverage detected