35 #ifndef IE_COREMAYA_COMPOUNDNUMERICPARAMETERHANDLER_H
36 #define IE_COREMAYA_COMPOUNDNUMERICPARAMETERHANDLER_H
38 #include "IECoreMaya/ParameterHandler.h"
40 #include "maya/MObject.h"
41 #include "maya/MString.h"
42 #include "maya/MPlug.h"
52 virtual MPlug doCreate( IECore::ConstParameterPtr parameter,
const MString &plugName, MObject &node )
const;
53 virtual MStatus doUpdate( IECore::ConstParameterPtr parameter, MPlug &plug )
const;
54 virtual MStatus doSetValue( IECore::ConstParameterPtr parameter, MPlug &plug )
const;
55 virtual MStatus doSetValue(
const MPlug &plug, IECore::ParameterPtr parameter )
const;
61 #endif // IE_COREMAYA_COMPOUNDNUMERICPARAMETERHANDLER_H
Definition: ParameterHandler.h:57
A ParameterHandler which deals with compound numerics, e.g. points, vectors, colors.
Definition: CompoundNumericParameterHandler.h:49
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44