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

Method parent

src/model/ThermalZone.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 : HVACComponent_Impl(other, model, keepHandle) {}
128
129 boost::optional<ParentObject> ThermalZone_Impl::parent() const {
130 return boost::optional<ParentObject>(this->model().building());
131 }
132
133 std::vector<ModelObject> ThermalZone_Impl::children() const {
134 std::vector<ModelObject> result;

Callers

nothing calls this directly

Calls 2

buildingMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected