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

Method removeAllKeyVarGroups

src/model/MeterCustom.cpp:101–103  ·  view source on GitHub ↗

Remove all the (Key, Var) groups

Source from the content-addressed store, hash-verified

99
100 // Remove all the (Key, Var) groups
101 void MeterCustom_Impl::removeAllKeyVarGroups() {
102 getObject<ModelObject>().clearExtensibleGroups();
103 }
104
105 // Return a vector of (Key, Var) pairs
106 std::vector<std::pair<std::string, std::string>> MeterCustom_Impl::keyVarGroups() {

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateMeterCustomMethod · 0.45

Calls 1

clearExtensibleGroupsMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36