35 #ifndef IE_COREMAYA_TOMAYACURVECONVERTER_H
36 #define IE_COREMAYA_TOMAYACURVECONVERTER_H
38 #include "IECore/CurvesPrimitive.h"
39 #include "IECore/NumericParameter.h"
41 #include "IECoreMaya/ToMayaObjectConverter.h"
46 class ToMayaCurveConverter;
47 IE_CORE_DECLAREPTR( ToMayaCurveConverter );
59 IECore::IntParameterPtr indexParameter();
60 IECore::ConstIntParameterPtr indexParameter()
const;
66 virtual bool doConversion( IECore::ConstObjectPtr from, MObject &to, IECore::ConstCompoundObjectPtr operands )
const;
68 typedef ToMayaObjectConverterDescription<ToMayaCurveConverter> Description;
69 static Description g_curvesDataDescription;
70 static Description g_curvesDescription;
74 IECore::IntParameterPtr m_indexParameter;
79 #endif // IE_COREMAYA_TOMAYACURVECONVERTER_H
Definition: ToMayaObjectConverter.h:52
Definition: ToMayaCurveConverter.h:51
virtual bool doConversion(IECore::ConstObjectPtr from, MObject &to, IECore::ConstCompoundObjectPtr operands) const
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44