38 #ifndef IE_CORE_POINTSMOOTHSKINNINGOP_H
39 #define IE_CORE_POINTSMOOTHSKINNINGOP_H
43 #include "IECore/Export.h"
44 #include "IECore/ModifyOp.h"
45 #include "IECore/NumericParameter.h"
46 #include "IECore/SimpleTypedParameter.h"
47 #include "IECore/TypedPrimitiveParameter.h"
48 #include "IECore/VectorTypedParameter.h"
117 StringParameterPtr m_positionVarParameter;
118 StringParameterPtr m_normalVarParameter;
119 SmoothSkinningDataParameterPtr m_smoothSkinningDataParameter;
120 IntParameterPtr m_blendParameter;
121 BoolParameterPtr m_deformNormalsParameter;
122 M44fVectorParameterPtr m_deformationPoseParameter;
123 IntVectorParameterPtr m_refIndicesParameter;
125 ConstSmoothSkinningDataPtr m_prevSmoothSkinningData;
127 struct DeformPositions;
128 struct DeformNormals;
136 #endif // IE_CORE_POINTSMOOTHSKINNINGOP_H
Definition: PointSmoothSkinningOp.h:62
Definition: TypedParameter.h:48
Definition: CompoundObject.h:46
Definition: NumericParameter.h:48
Definition: TypedObjectParameter.h:63
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43
Definition: ModifyOp.h:52