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

Method model

src/model/ModelObject.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 // GETTERS
65
66 Model ModelObject_Impl::model() const {
67 return workspace().cast<Model>();
68 }
69
70 std::vector<LifeCycleCost> ModelObject_Impl::lifeCycleCosts() const {
71 return getObject<ModelObject>().getModelObjectSources<LifeCycleCost>();

Callers 4

outputVariablesMethod · 0.95
getDataMethod · 0.95
cloneMethod · 0.95
setScheduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected