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

Method children

src/model/ParentObject.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 : ModelObject_Impl(other, model, keepHandle) {}
39
40 std::vector<ModelObject> ParentObject_Impl::children() const {
41 return {};
42 }
43
44 /// remove self and all children objects recursively
45 std::vector<IdfObject> ParentObject_Impl::remove() {

Callers 2

getRecursiveChildrenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected