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

Method idfObject

src/utilities/idf/WorkspaceObject.cpp:916–918  ·  view source on GitHub ↗

Returns equivalent IdfObject, naming targets if necessary. All data is cloned. */

Source from the content-addressed store, hash-verified

914
915 /** Returns equivalent IdfObject, naming targets if necessary. All data is cloned. */
916 IdfObject WorkspaceObject_Impl::idfObject() {
917 return getObject<WorkspaceObject>().idfObject();
918 }
919
920 /** Returns equivalent IdfObject, leaving unnamed target objects unnamed. All data is cloned. */
921 IdfObject WorkspaceObject_Impl::idfObject() const {

Callers 15

removeMethod · 0.95
ModelObjectMethod · 0.80
definitionMethod · 0.80
removeMethod · 0.80
definitionMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
addObjectsMethod · 0.80

Calls 1

idfObjectImplPtrMethod · 0.80

Tested by 5

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64