35 #ifndef IE_CORE_REVERSEDFRAMELIST_H
36 #define IE_CORE_REVERSEDFRAMELIST_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 bool isEqualTo( ConstFrameListPtr other )
const override ;
63 FrameListPtr copy()
const override ;
65 static std::string suffix();
67 static FrameListPtr parse(
const std::string &frameList );
71 static FrameList::Parser< ReversedFrameList > g_parserRegistrar;
78 #endif // IE_CORE_REVERSEDFRAMELIST_H
Definition: ReversedFrameList.h:50
Definition: ReorderedFrameList.h:48
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43