| 46 | } |
| 47 | |
| 48 | double SpaceLoadDefinition_Impl::floorArea() const { |
| 49 | double result = 0; |
| 50 | for (const SpaceLoadInstance& instance : this->instances()) { |
| 51 | result += instance.floorArea(); |
| 52 | } |
| 53 | return result; |
| 54 | } |
| 55 | |
| 56 | int SpaceLoadDefinition_Impl::quantity() const { |
| 57 | int result = 0; |