IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DataSplitTypes.h
Go to the documentation of this file.
1 // DataSplitTypes.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_DATASPLITTYPES_H__
16 #define __IPSDKBASEPROCESSING_DATASPLITTYPES_H__
17 
19 #include <IPSDKBaseProcessing/ProcessorDispatcher/ElementsInfo/ElementsLocationInfo.h>
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
32  (eSBT_Static)
34 )
35 
36 
39 } // end of namespace processor
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKBASEPROCESSING_DATASPLITTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Dynamic split operation type with runtime data definition.
Definition: DataSplitTypes.h:37
eSplitBaseType
Enumerate describing split operation base type.
Definition: DataSplitTypes.h:33
Static split operation type with predefined data.
Definition: DataSplitTypes.h:35
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26