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

Method modelObjects

src/model/Model.cpp:2249–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2247 }
2248
2249 std::vector<ModelObject> Model::modelObjects(bool sorted) const {
2250 return castVector<ModelObject>(this->objects(sorted));
2251 }
2252
2253 boost::optional<ComponentData> Model::insertComponent(const Component& component) {
2254 return getImpl<detail::Model_Impl>()->insertComponent(component);

Callers 15

translateSDDMethod · 0.45
childrenMethod · 0.45
removeAllSpeedsMethod · 0.45
speedsMethod · 0.45
generatorsMethod · 0.45
childrenMethod · 0.45
speedsMethod · 0.45
listTemplateMethod · 0.45
removeAllTemplateMethod · 0.45
addAirChillerMethod · 0.45
removeAllModulesMethod · 0.45

Calls 1

objectsMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36