IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StripParserModes.h
Go to the documentation of this file.
1 // StripParserModes.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_STRIPPARSERMODES_H__
16 #define __IPSDKIMAGEPROCESSING_STRIPPARSERMODES_H__
17 
18 namespace ipsdk {
19 namespace imaproc {
20 
22 // Raw strip parsing mode
24 
27 struct RawStripParserMode;
28 
32 #define IPSDK_STRIP_PARSER_MODE_RAW RawStripParserMode;
33 
35 // Line strip parsing mode
37 
40 struct LineStripParserMode;
41 
45 #define IPSDK_STRIP_PARSER_MODE_LINE LineStripParserMode;
46 
48 // Special raw rgb color strip parsing mode
50 
53 struct RgbRawStripParserMode;
54 
58 #define IPSDK_STRIP_PARSER_MODE_RGBRAW RgbRawStripParserMode;
59 
61 // Special line rgb color strip parsing mode
63 
66 struct RgbLineStripParserMode;
67 
71 #define IPSDK_STRIP_PARSER_MODE_RGBLINE RgbLineStripParserMode;
72 
75 
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIMAGEPROCESSING_STRIPPARSERMODES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22