35 #ifndef IE_CORE_SPACETRANSFORM_H
36 #define IE_CORE_SPACETRANSFORM_H
45 template<
typename F,
typename T>
58 T operator()(
const F &f )
60 return transform( f );
63 virtual T transform(
const F &f ) = 0;
69 #endif // IE_CORE_SPACETRANSFORM_H
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43