35 #ifndef IE_CORE_SPLINEPARAMETER_H
36 #define IE_CORE_SPLINEPARAMETER_H
38 #include "IECore/SplineData.h"
39 #include "IECore/TypedParameter.h"
44 typedef TypedParameter<Splineff> SplineffParameter;
45 typedef TypedParameter<Splinedd> SplineddParameter;
46 typedef TypedParameter<SplinefColor3f> SplinefColor3fParameter;
47 typedef TypedParameter<SplinefColor4f> SplinefColor4fParameter;
49 IE_CORE_DECLAREPTR( SplineffParameter );
50 IE_CORE_DECLAREPTR( SplineddParameter );
51 IE_CORE_DECLAREPTR( SplinefColor3fParameter );
52 IE_CORE_DECLAREPTR( SplinefColor4fParameter );
56 #endif // IE_CORE_SPLINEPARAMETER_H
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43