35 #ifndef IE_CORERI_CONVERT_H
36 #define IE_CORERI_CONVERT_H
38 #include "IECore/Convert.h"
39 #include "IECore/Data.h"
41 #include "IECoreRI/Export.h"
43 #include "OpenEXR/ImathVec.h"
44 #include "OpenEXR/ImathColor.h"
45 #include "OpenEXR/ImathBox.h"
46 #include "OpenEXR/ImathMatrix.h"
57 IECORERI_API Imath::V3f
convert(
const RtPoint &from );
60 IECORERI_API Imath::Color3f
convert(
const RtColor &from );
63 IECORERI_API Imath::Box3f
convert(
const RtBound &from );
66 IECORERI_API
void convert(
const Imath::M44f &from, RtMatrix to );
67 IECORERI_API
void convert(
const Imath::Box3f &from, RtBound to );
71 IECORERI_API DataPtr
convert(
const char *data, RxInfoType_t type, RtInt count );
75 #endif // IE_CORERI_CONVERT_H
T convert(const F &from)
Definition: Convert.h:47
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43