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

Method copyFrom

src/IECore/BlindDataHolder.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void BlindDataHolder::copyFrom( const Object *other, CopyContext *context )
72{
73 Object::copyFrom( other, context );
74 const BlindDataHolder *tOther = static_cast<const BlindDataHolder *>( other );
75 m_data = context->copy<CompoundData>( tOther->m_data.get() );
76}
77
78void BlindDataHolder::save( SaveContext *context ) const
79{

Callers 1

testCopyFromMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected