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

Method insertExtensibleGroup

src/utilities/idf/IdfObject.cpp:649–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 }
648
649 IdfExtensibleGroup IdfObject_Impl::insertExtensibleGroup(unsigned groupIndex, const std::vector<std::string>& values) {
650 IdfExtensibleGroup result = insertExtensibleGroup(groupIndex, values, true);
651 if (!result.empty()) {
652 this->emitChangeSignals();
653 }
654 return result;
655 }
656
657 IdfExtensibleGroup IdfObject_Impl::insertExtensibleGroup(unsigned groupIndex, const std::vector<std::string>& values, bool checkValidity) {
658 // if really a push request, send it there

Callers 5

addLoadRangeMethod · 0.80
insertCloneMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 7

emitChangeSignalsMethod · 0.95
resizeMethod · 0.80
fieldsWithHandlesMethod · 0.80
setFieldsMethod · 0.80
emptyMethod · 0.45
sizeMethod · 0.45
numFieldsMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64