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

Method componentData

src/model/Component.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 ComponentData Component_Impl::componentData() const {
53 ComponentDataVector candidates = model().getConcreteModelObjects<ComponentData>();
54 OS_ASSERT(candidates.size() == 1);
55 return candidates[0];
56 }
57
58 ModelObject Component_Impl::primaryObject() const {
59 ComponentData metaDataAndContents = componentData();

Callers 6

insertComponentMethod · 0.45
TEST_FFunction · 0.45
testExampleComponentFunction · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
testExampleComponentFunction · 0.36
TEST_FFunction · 0.36