35 #ifndef IECORE_ADDSMOOTHSKINNINGINFLUENCESOP_H
36 #define IECORE_ADDSMOOTHSKINNINGINFLUENCESOP_H
38 #include "IECore/Export.h"
39 #include "IECore/ModifyOp.h"
40 #include "IECore/NumericParameter.h"
41 #include "IECore/VectorTypedParameter.h"
66 StringVectorParameterPtr m_influenceNamesParameter;
67 M44fVectorParameterPtr m_influencePoseParameter;
68 IntVectorParameterPtr m_indicesParameter;
75 #endif // IECORE_ADDSMOOTHSKINNINGINFLUENCESOP_H
Definition: AddSmoothSkinningInfluencesOp.h:51
Definition: CompoundObject.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: ModifyOp.h:52