16 #ifndef __IPSDKBASEPROCESSING_PROCESSINGINFO_H__ 17 #define __IPSDKBASEPROCESSING_PROCESSINGINFO_H__ 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