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

Method copyFrom

src/IECore/Data.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void Data::copyFrom( const Object *other, CopyContext *context )
48{
49 Object::copyFrom( other, context );
50}
51
52bool Data::isEqualTo( const Object *other ) const
53{

Callers 3

setClassMethod · 0.45
testCopyFromMethod · 0.45
testCopyFromMethod · 0.45

Calls

no outgoing calls

Tested by 1

testCopyFromMethod · 0.36