35 #ifndef IE_CORE_DATACONVERSION_H
36 #define IE_CORE_DATACONVERSION_H
40 #include "boost/static_assert.hpp"
46 template<
typename F,
typename T>
63 T operator()( F f )
const
65 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
71 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
78 #endif // IE_CORE_DATACONVERSION_H
boost::false_type IsIdentity
Definition: DataConversion.h:57
InverseType inverse() const
Definition: DataConversion.h:68
Base class for data conversions.
Definition: DataConversion.h:47
void InverseType
The type of the converter that can perform the inverse transformation.
Definition: DataConversion.h:53
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43