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

Method size

src/model/ModelObjectList.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 unsigned ModelObjectList_Impl::size() const {
95 return extensibleGroups().size();
96 }
97
98 bool ModelObjectList_Impl::addModelObject(const ModelObject& modelObject) {
99

Calls

no outgoing calls