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

Method addObjects

src/utilities/idf/IdfFile.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void IdfFile::addObjects(const std::vector<IdfObject>& objects) {
148 for (const IdfObject& object : objects) {
149 addObject(object);
150 }
151}
152
153void IdfFile::insertObjectByIddObjectType(const IdfObject& object) {
154 for (auto it = m_objects.begin(), itEnd = m_objects.end(); it != itEnd; ++it) {

Callers 6

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
setup_testMethod · 0.45
setup_testMethod · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
setup_testMethod · 0.36
setup_testMethod · 0.36