IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::processor::ProcessingInfo Struct Reference

Structure agregating processing informations for algorithm processing function call. More...

#include <ProcessingInfo.h>

Public Attributes

ipUInt64 _nbTotData
 
ipUInt64 _nbRealData
 
eProcessingPhasis _processingPhasis
 processing phasis associated to function call
 
ipUInt64 _elementIdx
 current element index (current iteration index)
 
ipUInt64 _dataOffset
 

Detailed Description

Structure agregating processing informations for algorithm processing function call.

Author
E. Noirfalise
Date
2014/07/24

Member Data Documentation

◆ _nbTotData

ipUInt64 ipsdk::processor::ProcessingInfo::_nbTotData

total number of data to be processed (including alignment data)

◆ _nbRealData

ipUInt64 ipsdk::processor::ProcessingInfo::_nbRealData

Number of real data to be processed (excluding alignment data)

◆ _dataOffset

ipUInt64 ipsdk::processor::ProcessingInfo::_dataOffset

data offset for current processing phasis This value is equal to :

  • 0 if _processingPhasis == eProcessingPhasis::ePP_Initial
  • nbInitData if _processingPhasis == eProcessingPhasis::ePP_Main
  • nbInitData + nbMainData if _processingPhasis == eProcessingPhasis::ePP_Final

The documentation for this struct was generated from the following file: