15 #ifndef __IPSDKIMAGEPROCESSING_RAWYSTRIPUSERCOLOR2DPARSER_H__ 16 #define __IPSDKIMAGEPROCESSING_RAWYSTRIPUSERCOLOR2DPARSER_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/RawYStripColor2d/BaseRawYStripUserColor2dParser.h> 29 template <
typename T,
typename BaseStripAttributeClassType>
30 class RawYStrip2dParser;
35 template <
typename T,
typename BaseStripAttributeClassType>
36 class IPSDKIMAGEPROCESSING_API RawYStripUserColor2dParser :
public BaseRawYStripUserColor2dParser<BaseStripAttributeClassType>
71 const void* accessBuffer(
const ipUInt64 cPlanIdx)
const;
72 void* accessBuffer(
const ipUInt64 cPlanIdx);
76 void initDataDerived(
const ipUInt64 nbInitData,
84 void prepareDataDerived(
const ipUInt64 elementIdx);
87 void updateToInitDataDerived();
90 void updateToMainDataDerived();
93 void updateToFinalDataDerived();
96 void syncOutFinalDataDerived();
116 #pragma warning (pop) 118 #endif // __IPSDKIMAGEPROCESSING_RAWYSTRIPUSERCOLOR2DPARSER_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
boost::shared_ptr< RawYStrip2dParserType > RawYStrip2dParserPtr
shared pointer to raw y strip 2d data parser
Definition: RawYStripUserColor2dParser.h:47
BaseRawYStripColor2dParser< BaseStripAttributeClassType >::YStrip2dAttributeType YStrip2dAttributeType
associated y strip 2d attribute
Definition: RawYStripUserColor2dParser.h:41
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Concrete class for raw user color y strip 2d parsing.
Definition: BaseRawYStrip2dParser.h:35
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
std::vector< RawYStrip2dParserPtr > RawYStrip2dParserColl
collection of raw y strip 2d parser
Definition: RawYStripUserColor2dParser.h:104
boost::mpl::if_< typename boost::mpl::equal_to< boost::mpl::int_< g_attributeIO >, boost::mpl::int_< eIOStatus::eIOS_Input > >::type, BaseInputYStrip2dAttribute, typename boost::mpl::if_< typename boost::mpl::equal_to< boost::mpl::int_< g_attributeIO >, boost::mpl::int_< eIOStatus::eIOS_Output > >::type, BaseOutputYStrip2dAttribute, BaseInOutYStrip2dAttribute >::type >::type YStrip2dAttributeType
associated y strip 2d attribute
Definition: BaseRawYStripColor2dParser.h:63
RawYStrip2dParser< T, YStrip2dAttributeType > RawYStrip2dParserType
raw y strip 2d data parser type
Definition: RawYStripUserColor2dParser.h:44
Concrete class for raw y strip 2d parsing.
Definition: RawYStrip2dParser.h:36
RawYStrip2dParserColl _rawYStrip2dParserColl
collection of raw y strip 2d parser associated to object
Definition: RawYStripUserColor2dParser.h:107