IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Protected Attributes | Friends | List of all members
ipsdk::imaproc::RawYStrip2dParser< T, BaseStripAttributeClassType > Class Template Reference

Concrete class for raw y strip 2d parsing. More...

#include <RawYStrip2dParser.h>

Inheritance diagram for ipsdk::imaproc::RawYStrip2dParser< T, BaseStripAttributeClassType >:
ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType > ipsdk::imaproc::BaseStripParser ipsdk::imaproc::BaseImageParser ipsdk::processor::BaseDataParser

Public Types

typedef BaseRawYStrip2dParser< BaseStripAttributeClassType >::StorageType StorageType
 storage type associated to object
 
- Public Types inherited from ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType >
typedef BaseStripAttributeClassType::ValueType ValueType
 value type associated to object
 
typedef BaseStripAttributeClassType::StorageType StorageType
 storage type associated to object
 

Public Member Functions

Constructors and destructors
 RawYStrip2dParser ()
 
 ~RawYStrip2dParser ()
 
- Public Member Functions inherited from ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType >
eStripParserType getStripParserType () const
 retrieve strip parser type
 
void init (const StorageType &pImageYStrip2d)
 object initialization method More...
 
ipUInt64 getBufferSize () const
 retrieve buffer size associated to current operation (number of elements for given buffer type) More...
 
 BaseRawYStrip2dParser ()
 
virtual ~BaseRawYStrip2dParser ()=0
 
template<typename T >
boost::enable_if< typename boost::mpl::not_equal_to< boost::mpl::int_< g_attributeIO >, boost::mpl::int_< eIOStatus::eIOS_Output > >::type, const T * >::type getBuffer () const
 retrieve buffer associated to current operation More...
 
template<typename T >
boost::enable_if< typename boost::mpl::not_equal_to< boost::mpl::int_< g_attributeIO >, boost::mpl::int_< eIOStatus::eIOS_Input > >::type, T * >::type getBuffer ()
 retrieve buffer associated to current operation More...
 
- Public Member Functions inherited from ipsdk::imaproc::BaseStripParser
eImageParserType getImageParserType () const
 retrieve image parser type
 
 BaseStripParser ()
 
virtual ~BaseStripParser ()=0
 
- Public Member Functions inherited from ipsdk::imaproc::BaseImageParser
processor::eDataParserType getDataParserType () const
 retrieve data parser type
 
 BaseImageParser ()
 
virtual ~BaseImageParser ()=0
 
- Public Member Functions inherited from ipsdk::processor::BaseDataParser
bool isInit () const
 retrieve object initialization flag
 
bool areDataInit () const
 retrieve data initialization flag More...
 
ipUInt64 getNbInitData () const
 retrieve number of initial data More...
 
ipUInt64 getNbMainData () const
 retrieve number of main data More...
 
ipUInt64 getNbFinalData () const
 retrieve number of final data More...
 
ipUInt64 getNbRealFinalData () const
 retrieve number of real final data (not virtual for alignment purpose only) More...
 
void clear ()
 clear object data
 
 BaseDataParser ()
 
virtual ~BaseDataParser ()=0
 
const eIOStatusgetAttributeIO () const
 retrieve associated attribute input/output status More...
 
ipUInt64 getNbElements () const
 retrieve number of elements associated to object More...
 
ipUInt64 getNbDataByElement () const
 retrieve total number of data by element More...
 
ipUInt64 getNbMinInitData () const
 retrieve minimum number of initial data to be processed More...
 
ipUInt64 getNbMinFinalData () const
 retrieve minimum number of final data to be processed More...
 
ipUInt64 getCurElementIdx () const
 retrieve current element index for iteration process More...
 
ipReal64 getUnAlignedValue () const
 retrieve used value for unaligned data More...
 
void setUnAlignedValue (const ipReal64 unAlignedValue)
 set used value for unaligned data More...
 

Protected Attributes

ipUInt64 _nbInitData
 number of initial data
 
ipUInt64 _nbMainData
 number of main data
 
ipUInt64 _nbFinalData
 number of final data
 
ipUInt64 _nbRealFinalData
 number of real final data
 
ipUInt64 _initialStripOffset
 strip offset used to jump to initial data
 
ipUInt64 _mainStripOffset
 strip offset used to jump to main data
 
ipUInt64 _finalStripOffset
 strip offset used to jump to final data
 
ipUInt64 _realFinalOffset
 offset of real final data
 
ipUInt64 _unAlignedFinalOffset
 offset of un aligned final data
 
T * _pFinalBuf
 final buffer data pointer
 
T * _pCurFinalStripData
 pointer to final strip data
 
- Protected Attributes inherited from ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType >
StorageType _pImageYStrip2d
 shared pointer to y strip 2d
 
image::eStripParsingDirection _stripParsingDirection
 strip parsing direction
 
HybridBufferPtr _pCurDataBuffer
 buffer used to store data currently processed
 
HybridBufferPtr _pInitialDataBuffer
 buffer used to store initial data to process
 
HybridBufferPtr _pMainDataBuffer
 buffer used to store main data to process
 
HybridBufferPtr _pFinalDataBuffer
 buffer used to store final data to process
 

Friends

template<typename T1 , typename BaseStripAttributeClass >
class imaproc::RawYStripRgbColor2dParser
 
template<typename T1 , typename BaseStripAttributeClass >
class imaproc::RawYStripUserColor2dParser
 
template<typename T1 , typename BaseStripAttributeClass >
class imaproc::RawYStripSeq2dParser
 
template<typename T1 , typename BaseStripAttributeClass >
class imaproc::RawZStrip3dParser
 

Additional Inherited Members

- Static Public Attributes inherited from ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType >
static const eIOStatus::domain g_attributeIO = BaseStripAttributeClassType::g_dataIOStatus
 associated attribute Input/Output status
 
- Protected Member Functions inherited from ipsdk::imaproc::BaseRawYStrip2dParser< BaseStripAttributeClassType >
const void * accessBuffer () const
 access buffer associated to current operation More...
 
void * accessBuffer ()
 access buffer associated to current operation More...
 
- Protected Member Functions inherited from ipsdk::processor::BaseDataParser
void initBase (const eIOStatus &attributeIO, const ipUInt64 nbElements, const ipUInt64 nbDataByElement, const ipUInt64 nbMinInitData, const ipUInt64 nbMinFinalData, const ipReal64 unAlignedDefaultValue)
 base class initialization method More...
 
void initData (const ipUInt64 nbInitData, const ipUInt64 nbMainData, const ipUInt64 nbFinalData, const ipUInt64 nbRealFinalData)
 prepare data for processing for a given element index More...
 
void prepareData (const ipUInt64 elementIdx)
 prepare data for processing for a given element index More...
 

Detailed Description

template<typename T, typename BaseStripAttributeClassType>
class ipsdk::imaproc::RawYStrip2dParser< T, BaseStripAttributeClassType >

Concrete class for raw y strip 2d parsing.

Author
E.Noirfalise
Date
2015/01/16

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