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

Method handleValue

src/IECore/IndexedIOAlgo.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50 public:
51 void handleValue( const IndexedIO *src, IndexedIO *dst, const IndexedIO::Entry &entry, Callback &callback )
52 {
53 T value;
54 src->read( entry.id(), value );
55 dst->write( entry.id(), value );
56 }
57
58 void handleArray( const IndexedIO *src, IndexedIO *dst, const IndexedIO::Entry &entry, Callback &callback )
59 {

Callers 1

handleFileFunction · 0.45

Calls 3

idMethod · 0.80
readMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected