35 #ifndef IE_CORE_SCALEDDATACONVERSION_H
36 #define IE_CORE_SCALEDDATACONVERSION_H
38 #include "boost/static_assert.hpp"
40 #include "IECore/DataConversion.h"
54 template<
typename F,
typename T,
typename Enable =
void>
57 T operator()( F f )
const
59 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
65 #include "ScaledDataConversion.inl"
67 #endif // IE_CORE_SCALEDDATACONVERSION_H
Base class for data conversions.
Definition: DataConversion.h:47
Definition: ScaledDataConversion.h:55
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43