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

Method children

src/model/ShadingSurfaceGroup.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 std::vector<ModelObject> ShadingSurfaceGroup_Impl::children() const {
83 std::vector<ModelObject> result;
84
85 std::vector<ShadingSurface> shadingSurfaces = this->shadingSurfaces();
86 result.insert(result.end(), shadingSurfaces.begin(), shadingSurfaces.end());
87
88 return result;
89 }
90
91 std::vector<IddObjectType> ShadingSurfaceGroup_Impl::allowableChildTypes() const {
92 std::vector<IddObjectType> result;

Callers

nothing calls this directly

Calls 4

shadingSurfacesMethod · 0.95
beginMethod · 0.80
insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected