IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ProcessingInfo.h
1 // ProcessingInfo.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKBASEPROCESSING_PROCESSINGINFO_H__
17 #define __IPSDKBASEPROCESSING_PROCESSINGINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace processor {
24 
27 
29 {
33 
37 
40 
43 
50 };
51 
54 
55 } // end of namespace processor
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKBASEPROCESSING_PROCESSINGINFO_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
ipUInt64 _dataOffset
Definition: ProcessingInfo.h:49
eProcessingPhasis _processingPhasis
processing phasis associated to function call
Definition: ProcessingInfo.h:39
ipUInt64 _elementIdx
current element index (current iteration index)
Definition: ProcessingInfo.h:42
Structure agregating processing informations for algorithm processing function call.
Definition: ProcessingInfo.h:28
ipUInt64 _nbRealData
Definition: ProcessingInfo.h:36
Definition of import/export macro for library.
Predefined types for processing algorithm management.
ipUInt64 _nbTotData
Definition: ProcessingInfo.h:32
eProcessingPhasis
Enumerate describing processing phasis associated to a processing function call.
Definition: ProcessingAlgorithmTypes.h:33