Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
CIccSubCalcApply Class Reference

#include <IccMpeCalc.h>

+ Collaboration diagram for CIccSubCalcApply:

Public Member Functions

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

Protected Attributes

CIccApplyMpem_pApply
 

Detailed Description

Definition at line 423 of file IccMpeCalc.h.

Constructor & Destructor Documentation

◆ CIccSubCalcApply()

CIccSubCalcApply::CIccSubCalcApply ( CIccApplyMpe * pApplyMpe)
inline

Definition at line 426 of file IccMpeCalc.h.

426{ m_pApply = pApplyMpe; }
CIccApplyMpe * m_pApply
Definition IccMpeCalc.h:435

◆ ~CIccSubCalcApply()

CIccSubCalcApply::~CIccSubCalcApply ( )
inline

Definition at line 427 of file IccMpeCalc.h.

427{ if (m_pApply) delete m_pApply; }

Member Function Documentation

◆ Apply()

void CIccSubCalcApply::Apply ( icFloatNumber * pDestPixel,
const icFloatNumber * pSrcPixel )
inline

Definition at line 432 of file IccMpeCalc.h.

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

Referenced by CIccOpDefSubElement::Exec().

+ Here is the caller graph for this function:

◆ NumInputChannels()

icUInt16Number CIccSubCalcApply::NumInputChannels ( )
inline

Definition at line 429 of file IccMpeCalc.h.

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

Referenced by CIccOpDefSubElement::Exec().

+ Here is the caller graph for this function:

◆ NumOutputChannels()

icUInt16Number CIccSubCalcApply::NumOutputChannels ( )
inline

Definition at line 430 of file IccMpeCalc.h.

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

Referenced by CIccOpDefSubElement::Exec().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_pApply

CIccApplyMpe* CIccSubCalcApply::m_pApply
protected

Definition at line 435 of file IccMpeCalc.h.


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