35 #ifndef IE_CORE_REORDEREDFRAMELIST_H
36 #define IE_CORE_REORDEREDFRAMELIST_H
38 #include "IECore/Export.h"
39 #include "IECore/FrameList.h"
57 void setFrameList( FrameListPtr frameList );
61 bool isEqualTo( ConstFrameListPtr other )
const override;
65 FrameListPtr m_frameList;
70 template<
typename T >
71 static FrameListPtr parseForChildList(
const std::string &frameList );
78 #include "IECore/ReorderedFrameList.inl"
80 #endif // IE_CORE_REORDEREDFRAMELIST_H
Definition: ReorderedFrameList.h:48
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: FrameList.h:52