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

Function getIddObjectTypeVector

src/utilities/idd/IddObject.cpp:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813IddObjectTypeVector getIddObjectTypeVector(const IddObjectVector& objects) {
814 IddObjectTypeVector result;
815 for (const IddObject& object : objects) {
816 result.push_back(object.type());
817 }
818 return result;
819}
820
821IddObjectTypeSet getIddObjectTypeSet(const IddObjectVector& objects) {
822 IddObjectTypeSet result;

Callers 1

TEST_FFunction · 0.85

Calls 2

push_backMethod · 0.45
typeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68