35 #ifndef IE_CORE_DATACONVERT_H
36 #define IE_CORE_DATACONVERT_H
38 #include "IECore/TypeTraits.h"
59 template<
typename From,
typename To,
typename Conversion,
typename Enable =
void>
62 typename To::Ptr operator()(
typename From::ConstPtr from );
64 typename To::Ptr operator()(
typename From::ConstPtr from, Conversion &c );
69 #include "DataConvert.inl"
71 #endif // IE_CORE_DATACONVERT_H
Definition: DataConvert.h:60
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43