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

Method children

src/model/Space.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 std::vector<ModelObject> Space_Impl::children() const {
167 return concat<ModelObject>(this->shadingSurfaceGroups(), this->interiorPartitionSurfaceGroups(), this->surfaces(), this->internalMass(),
168 this->lights(), this->luminaires(), this->people(), this->electricEquipment(), this->electricEquipmentITEAirCooled(),
169 this->gasEquipment(), this->hotWaterEquipment(), this->steamEquipment(), this->otherEquipment(),
170 this->waterUseEquipment(), this->daylightingControls(), this->illuminanceMaps(), this->glareSensors(),
171 this->spaceInfiltrationDesignFlowRates(), this->spaceInfiltrationEffectiveLeakageAreas(),
172 this->spaceInfiltrationFlowCoefficients(), this->supplyZoneMixing());
173 }
174
175 std::vector<IddObjectType> Space_Impl::allowableChildTypes() const {
176 return {

Callers 2

hardApplySpaceTypeMethod · 0.95

Calls 15

shadingSurfaceGroupsMethod · 0.95
surfacesMethod · 0.95
internalMassMethod · 0.95
lightsMethod · 0.95
luminairesMethod · 0.95
peopleMethod · 0.95
electricEquipmentMethod · 0.95
gasEquipmentMethod · 0.95
hotWaterEquipmentMethod · 0.95
steamEquipmentMethod · 0.95

Tested by

no test coverage detected