MCPcopy Create free account
hub / github.com/ImageEngine/cortex / copy

Method copy

src/IECore/Object.cpp:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396//////////////////////////////////////////////////////////////////////////////////////////
397
398ObjectPtr Object::copy() const
399{
400 CopyContext c;
401 ObjectPtr result = c.copy( this );
402 return result;
403}
404
405void Object::save( IndexedIOPtr ioInterface, const IndexedIO::EntryID &name ) const
406{

Callers 15

testMaterialPurposeMethod · 0.45
readShaderNetworkMethod · 0.45
testOgawaHashesMethod · 0.45
writeSampleMethod · 0.45
__object__deepcopy__Function · 0.45
mvFunction · 0.45
cpFunction · 0.45
loadConfigFunction · 0.45

Calls

no outgoing calls

Tested by 15

testMaterialPurposeMethod · 0.36
testOgawaHashesMethod · 0.36
referenceSplitMethod · 0.36
testCopyMethod · 0.36
__hashAndSubstitutionMethod · 0.36
testSimpleMethod · 0.36
testIndexedUVsMethod · 0.36