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

Method addObjects

src/utilities/idf/Workspace.cpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 std::vector<WorkspaceObject> Workspace_Impl::addObjects(std::vector<std::shared_ptr<WorkspaceObject_Impl>>& objectImplPtrs, bool checkNames) {
449 return addObjects(objectImplPtrs, UHPointerVector(), HUPointerVector(), true, false, checkNames);
450 }
451
452 std::vector<WorkspaceObject> Workspace_Impl::addObjects(std::vector<std::shared_ptr<WorkspaceObject_Impl>>& objectImplPtrs,
453 const std::vector<UHPointer>& pointersIntoWorkspace,

Callers 3

addAndInsertObjectsMethod · 0.45
WorkspaceMethod · 0.45
addVersionObjectMethod · 0.45

Calls 15

cloneSubsetMethod · 0.95
createObjectMethod · 0.95
workspaceMethod · 0.95
nano_emitMethod · 0.80
initializeOnAddMethod · 0.80
setInitializedMethod · 0.80
hasHandleFieldMethod · 0.80
iddObjectMethod · 0.80
orderMethod · 0.80
simpleAddObjectsMethod · 0.80
beginMethod · 0.80
idfObjectMethod · 0.80

Tested by

no test coverage detected