35 #ifndef IECORE_TOCORECONVERTER_H
36 #define IECORE_TOCORECONVERTER_H
38 #include "IECore/Export.h"
39 #include "IECore/Converter.h"
44 IE_CORE_FORWARDDECLARE( Object );
58 IECore::ObjectPtr
convert()
const;
69 virtual IECore::ObjectPtr doConversion( IECore::ConstCompoundObjectPtr operands )
const = 0;
77 #endif // IECORE_TOCORECONVERTER_H
T convert(const F &from)
Definition: Convert.h:47
Definition: Converter.h:52
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: ToCoreConverter.h:49