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

Method relocatable

src/model/Building.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 bool Building_Impl::relocatable() const {
423 boost::optional<std::string> value = getString(OS_BuildingFields::Relocatable, true, true);
424 OS_ASSERT(value);
425 return openstudio::istringEqual(value.get(), "True");
426 }
427
428 bool Building_Impl::isRelocatableDefaulted() const {
429 return isEmpty(OS_BuildingFields::Relocatable);

Callers 1

mergeBuildingMethod · 0.80

Calls 2

istringEqualFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected