IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
CIccSubCalcApply Class Reference

#include <IccMpeCalc.h>

+ Collaboration diagram for CIccSubCalcApply:

Public Member Functions

 CIccSubCalcApply (CIccApplyMpe *pApplyMpe)
 
 ~CIccSubCalcApply ()
 
void Apply (icFloatNumber *pDestPixel, const icFloatNumber *pSrcPixel)
 
icUInt16Number NumInputChannels ()
 
icUInt16Number NumOutputChannels ()
 

Protected Attributes

CIccApplyMpem_pApply
 

Detailed Description

Constructor & Destructor Documentation

◆ CIccSubCalcApply()

CIccSubCalcApply::CIccSubCalcApply ( CIccApplyMpe pApplyMpe)
inline
426{ m_pApply = pApplyMpe; }
CIccApplyMpe * m_pApply
Definition IccMpeCalc.h:435

References m_pApply.

Referenced by CIccMpeCalculator::GetNewApply().

+ Here is the caller graph for this function:

◆ ~CIccSubCalcApply()

CIccSubCalcApply::~CIccSubCalcApply ( )
inline
427{ if (m_pApply) delete m_pApply; }

References m_pApply.

Member Function Documentation

◆ Apply()

void CIccSubCalcApply::Apply ( icFloatNumber pDestPixel,
const icFloatNumber pSrcPixel 
)
inline
432{ if (m_pApply) m_pApply->Apply(pDestPixel, pSrcPixel); }
void Apply(icFloatNumber *pDestPixel, const icFloatNumber *pSrcPixel)
Definition IccTagMPE.h:213

References CIccApplyMpe::Apply(), and m_pApply.

Referenced by CIccOpDefSubElement::Exec().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ NumInputChannels()

icUInt16Number CIccSubCalcApply::NumInputChannels ( )
inline
429{ return m_pApply->GetElem()->NumInputChannels(); }
virtual icUInt16Number NumInputChannels() const
Definition IccTagMPE.h:159
CIccMultiProcessElement * GetElem() const
Definition IccTagMPE.h:211

References CIccApplyMpe::GetElem(), m_pApply, and CIccMultiProcessElement::NumInputChannels().

Referenced by CIccOpDefSubElement::Exec().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ NumOutputChannels()

icUInt16Number CIccSubCalcApply::NumOutputChannels ( )
inline
430{ return m_pApply->GetElem()->NumOutputChannels(); }
virtual icUInt16Number NumOutputChannels() const
Definition IccTagMPE.h:160

References CIccApplyMpe::GetElem(), m_pApply, and CIccMultiProcessElement::NumOutputChannels().

Referenced by CIccOpDefSubElement::Exec().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ m_pApply

CIccApplyMpe* CIccSubCalcApply::m_pApply
protected

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