IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageParserTypes.h
Go to the documentation of this file.
1 // ImageParserTypes.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGEPARSERTYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGEPARSERTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
29 
32 )
33 
34 
37 } // end of namespace imaproc
38 } // end of namespace ipsdk
39 
40 #endif // __IPSDKIMAGEPROCESSING_IMAGEPARSERTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Data parser acting on image tiles.
Definition: ImageParserTypes.h:34
eImageParserType
Enumerate describing image parser type.
Definition: ImageParserTypes.h:30
Data parser acting on image strips.
Definition: ImageParserTypes.h:32
Predefined types for data parser management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26