35 #ifndef IE_CORE_EMPTYFRAMELIST_H
36 #define IE_CORE_EMPTYFRAMELIST_H
38 #include "IECore/Export.h"
39 #include "IECore/FrameList.h"
56 void asList( std::vector<Frame> &frames )
const override ;
57 std::string asString()
const override ;
58 FrameListPtr copy()
const override ;
60 static FrameListPtr parse(
const std::string &frameList );
64 static FrameList::Parser< EmptyFrameList > g_parserRegistrar;
72 #endif // IE_CORE_EMPTYFRAMELIST_H
Definition: EmptyFrameList.h:47
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: FrameList.h:52