35 #ifndef IECOREMAYA_FROMMAYATRANSFORMCONVERTER_H
36 #define IECOREMAYA_FROMMAYATRANSFORMCONVERTER_H
38 #include "maya/MEulerRotation.h"
40 #include "IECoreMaya/FromMayaDagNodeConverter.h"
42 #include "IECore/NumericParameter.h"
43 #include "IECore/TypedParameter.h"
66 IECore::IntParameterPtr spaceParameter();
67 IECore::ConstIntParameterPtr spaceParameter()
const;
69 IECore::BoolParameterPtr eulerFilterParameter();
70 IECore::ConstBoolParameterPtr eulerFilterParameter()
const;
72 IECore::BoolParameterPtr zeroPivotsParameter();
73 IECore::ConstBoolParameterPtr zeroPivotsParameter()
const;
77 virtual IECore::ObjectPtr
doConversion(
const MDagPath &dagPath, IECore::ConstCompoundObjectPtr operands )
const;
81 IECore::IntParameterPtr m_spaceParameter;
82 mutable MEulerRotation m_lastRotation;
83 mutable bool m_lastRotationValid;
84 IECore::BoolParameterPtr m_eulerFilterParameter;
85 IECore::BoolParameterPtr m_zeroPivotsParameter;
95 #endif // IECOREMAYA_FROMMAYATRANSFORMCONVERTER_H
Definition: FromMayaDagNodeConverter.h:78
Definition: FromMayaDagNodeConverter.h:50
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44