35 #ifndef IE_CORE_MODIFYOP_H
36 #define IE_CORE_MODIFYOP_H
38 #include "IECore/Export.h"
39 #include "IECore/Op.h"
40 #include "IECore/SimpleTypedParameter.h"
58 ModifyOp(
const std::string &description, ParameterPtr resultParameter, ParameterPtr inputParameter );
81 ParameterPtr m_inputParameter;
82 BoolParameterPtr m_copyParameter;
83 BoolParameterPtr m_enableParameter;
91 #endif // IE_CORE_MODIFYOP_H
Definition: Parameter.h:53
Definition: TypedParameter.h:48
Definition: CompoundObject.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: ModifyOp.h:52