35 #ifndef IE_CORE_DATAPROMOTEOP_H
36 #define IE_CORE_DATAPROMOTEOP_H
38 #include "boost/static_assert.hpp"
40 #include "IECore/Export.h"
41 #include "IECore/Op.h"
42 #include "IECore/ObjectParameter.h"
43 #include "IECore/NumericParameter.h"
73 template<
typename T,
typename E=
void >
76 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
79 ObjectParameterPtr m_objectParameter;
80 IntParameterPtr m_targetTypeParameter;
87 #endif // IE_CORE_DATAPROMOTEOP_H
Definition: CompoundObject.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43