IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageFragmentSplitUtils.h
Go to the documentation of this file.
1 // ImageFragmentSplitUtils.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGEFRAGMENTSPLITUTILS_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGEFRAGMENTSPLITUTILS_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 
27 
31 isBufferInitNeeded(const image::BaseImageFragment& fragment,
32  const core::BaseRequestOrigin& requestOrigin);
33 
36 
37 } // end of namespace imaproc
38 } // end of namespace ipsdk
39 
40 #endif // __IPSDKIMAGEPROCESSING_IMAGEFRAGMENTSPLITUTILS_H__
Predefined types for image fragments management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types for requests origin management.
Definition of import/export macro for library.
IPSDKIMAGEPROCESSING_API bool isBufferInitNeeded(const image::BaseImageFragment &fragment, const core::BaseRequestOrigin &requestOrigin)
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25