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

Method internalMass

src/model/Space.cpp:706–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 }
705
706 std::vector<InternalMass> Space_Impl::internalMass() const {
707 return getObject<Space>().getModelObjectSources<InternalMass>(InternalMass::iddObjectType());
708 }
709
710 PeopleVector Space_Impl::people() const {
711 return getObject<ModelObject>().getModelObjectSources<People>(People::iddObjectType());

Callers 3

childrenMethod · 0.95
translateSpaceTypeMethod · 0.45
translateSpaceMethod · 0.45

Calls 1

iddObjectTypeFunction · 0.70

Tested by

no test coverage detected