IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ProcessingAlgorithmTypes.h
Go to the documentation of this file.
1 // ProcessingAlgorithmTypes.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_PROCESSINGALGORITHMTYPES_H__
16 #define __IPSDKBASEPROCESSING_PROCESSINGALGORITHMTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
32  (ePP_Initial)
34  (ePP_Final)
35 )
36 
37 
40 } // end of namespace processor
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKBASEPROCESSING_PROCESSINGALGORITHMTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Main data processing phasis.
Definition: ProcessingAlgorithmTypes.h:37
Final data processing phasis.
Definition: ProcessingAlgorithmTypes.h:39
Predefined macros for enumerates management.
Initial data processing phasis.
Definition: ProcessingAlgorithmTypes.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
eProcessingPhasis
Enumerate describing processing phasis associated to a processing function call.
Definition: ProcessingAlgorithmTypes.h:33