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

Method BinaryFrameList

src/IECore/BinaryFrameList.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47FrameList::Parser< BinaryFrameList > BinaryFrameList::g_parserRegistrar;
48
49BinaryFrameList::BinaryFrameList( FrameListPtr frameList ) : ReorderedFrameList( frameList ? frameList : new EmptyFrameList() )
50{
51}
52
53BinaryFrameList::~BinaryFrameList()
54{

Callers 4

testMethod · 0.80
testStrMethod · 0.80
testReprMethod · 0.80
testPreservationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected