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

Method buildingUnitTypeValues

src/model/BuildingUnit.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 std::vector<std::string> BuildingUnit::buildingUnitTypeValues() {
169 return getIddKeyNames(IddFactory::instance().getObject(iddObjectType()).get(), OS_BuildingUnitFields::BuildingUnitType);
170 }
171
172 std::string BuildingUnit::buildingUnitType() const {
173 return getImpl<detail::BuildingUnit_Impl>()->buildingUnitType();

Callers 1

TEST_FFunction · 0.80

Calls 4

getIddKeyNamesFunction · 0.85
iddObjectTypeFunction · 0.70
getMethod · 0.45
getObjectMethod · 0.45

Tested by 1

TEST_FFunction · 0.64