IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StaticSplitTypes.h
Go to the documentation of this file.
1 // StaticSplitTypes.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_STATICSPLITTYPES_H__
16 #define __IPSDKBASEPROCESSING_STATICSPLITTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
31  (eSST_NoSplit)
35  (eSST_User)
36 )
37 
38 
41 } // end of namespace processor
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKBASEPROCESSING_STATICSPLITTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
No split operation for static split objects.
Definition: StaticSplitTypes.h:34
Static split operation type for results elements.
Definition: StaticSplitTypes.h:36
User static split operation type.
Definition: StaticSplitTypes.h:42
eSplitStaticType
Enumerate describing static split operation type.
Definition: StaticSplitTypes.h:32
Static split operation type for algorithm parameters.
Definition: StaticSplitTypes.h:38
Static split operation type for image processing elements.
Definition: StaticSplitTypes.h:40
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26