IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UtilityUtils.h
Go to the documentation of this file.
1 // UtilityUtils.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKBASEIMAGETOOLS_UTILITY_H__
16 #define __IPSDKBASEIMAGETOOLS_UTILITY_H__
17 
20 #include <string>
21 
22 
23 namespace ipsdk {
24 namespace image {
25 namespace tools {
26 
33 std::string implementConvert(const eImageBufferType& bufTypeIn, const eImageBufferType& bufTypeOut);
34 
37 
38 } // end of namespace tools
39 } // end of namespace image
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKBASEIMAGETOOLS_UTILITY_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKBASEIMAGETOOLS_API std::string implementConvert(const eImageBufferType &bufTypeIn, const eImageBufferType &bufTypeOut)
Function implementing in a std::string the type conversion of the input value. The output contains th...
Definition of import/export macro for library.
#define IPSDKBASEIMAGETOOLS_API
Import/Export macro for library IPSDKBaseImageTools.
Definition: IPSDKBaseImageToolsExports.h:25
Predefined type for image management.
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78