| 299 | } |
| 300 | |
| 301 | std::vector<ModelObject> Loop_Impl::components(openstudio::IddObjectType type) const { |
| 302 | return openstudio::concat<ModelObject>(this->supplyComponents(type), this->demandComponents(type)); |
| 303 | } |
| 304 | |
| 305 | std::vector<ModelObject> Loop_Impl::supplyComponents(const HVACComponent& inletComp, const HVACComponent& outletComp, |
| 306 | openstudio::IddObjectType type) const { |