| 426 | } |
| 427 | |
| 428 | bool Building_Impl::isRelocatableDefaulted() const { |
| 429 | return isEmpty(OS_BuildingFields::Relocatable); |
| 430 | } |
| 431 | |
| 432 | bool Building_Impl::setNorthAxis(double northAxis) { |
| 433 | bool result = setDouble(OS_BuildingFields::NorthAxis, northAxis); |
no test coverage detected