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

Method removeObjects

src/utilities/idf/IdfFile.cpp:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int IdfFile::removeObjects(const std::vector<IdfObject>& objects) {
198 int result(0);
199 for (const IdfObject& object : objects) {
200 bool ok = removeObject(object);
201 if (ok) {
202 ++result;
203 }
204 }
205 return result;
206}
207
208// QUERIES
209

Callers 4

removeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
initializeMapMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36