Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ readHeader
Method
readHeader
src/IECore/Reader.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
CompoundObjectPtr Reader::readHeader()
64
{
65
CompoundObjectPtr header = new CompoundObject();
66
67
return header;
68
}
69
70
ObjectPtr Reader::read()
71
{
Callers
8
_ensureHeader
Method · 0.45
doOperation
Method · 0.45
testDeep
Method · 0.45
testHeaderToBlindData
Method · 0.45
testTimeCodeInHeader
Method · 0.45
testFramesPerSecond
Method · 0.45
testEXRCompressionParameter
Method · 0.45
testHeader
Method · 0.45
Calls
no outgoing calls
Tested by
5
testDeep
Method · 0.36
testHeaderToBlindData
Method · 0.36
testTimeCodeInHeader
Method · 0.36
testFramesPerSecond
Method · 0.36
testEXRCompressionParameter
Method · 0.36