35 #ifndef IE_CORE_BINARYFRAMELIST_H
36 #define IE_CORE_BINARYFRAMELIST_H
38 #include "IECore/Export.h"
39 #include "IECore/ReorderedFrameList.h"
60 void asList( std::vector<Frame> &frames )
const override ;
61 std::string asString()
const override;
62 FrameListPtr copy()
const override ;
64 static std::string suffix();
66 static FrameListPtr parse(
const std::string &frameList );
70 static FrameList::Parser< BinaryFrameList > g_parserRegistrar;
77 #endif // IE_CORE_BINARYFRAMELIST_H
Definition: BinaryFrameList.h:50
Definition: ReorderedFrameList.h:48
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43