35 #ifndef IECORE_REMOVESMOOTHSKINNINGINFLUENCESOP_H
36 #define IECORE_REMOVESMOOTHSKINNINGINFLUENCESOP_H
38 #include "IECore/Export.h"
39 #include "IECore/ModifyOp.h"
40 #include "IECore/NumericParameter.h"
41 #include "IECore/VectorTypedParameter.h"
71 IntParameterPtr m_modeParameter;
72 StringVectorParameterPtr m_influenceNamesParameter;
73 IntVectorParameterPtr m_indicesParameter;
80 #endif // IECORE_REMOVESMOOTHSKINNINGINFLUENCESOP_H
Definition: RemoveSmoothSkinningInfluencesOp.h:49
Definition: CompoundObject.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: ModifyOp.h:52