IccMAX 2.1.27
Color Profile Tools
|
#include <IccMpeCalc.h>
Public Member Functions | |
virtual | ~CIccApplyMpeCalculator () |
void | Apply (icFloatNumber *pDestPixel, const icFloatNumber *pSrcPixel) |
CIccSubCalcApply * | GetApply (icUInt16Number index) |
virtual const icChar * | GetClassName () const |
CIccMultiProcessElement * | GetElem () const |
bool | GetEnvVar (icSigCmmEnvVar sigEnv, icFloatNumber &val) |
const icFloatNumber * | GetInput () |
icFloatNumber * | GetOutput () |
CIccFloatVector * | GetScratch () |
CIccFloatVector * | GetStack () |
icFloatNumber * | GetTemp () |
virtual icElemTypeSignature | GetType () const |
Protected Member Functions | |
CIccApplyMpeCalculator (CIccMultiProcessElement *pElem) | |
Protected Attributes | |
const icFloatNumber * | m_input |
icUInt32Number | m_nSubElem |
icFloatNumber * | m_output |
CIccApplyTagMpe * | m_pApplyTag |
IIccCmmEnvVarLookup * | m_pCmmEnvVarLookup |
CIccMultiProcessElement * | m_pElem |
CIccFloatVector * | m_scratch |
CIccFloatVector * | m_stack |
CIccSubCalcApply ** | m_SubElem |
icFloatNumber * | m_temp |
Class: CIccApplyMpeCalculator
Purpose: The Calculator process element apply data
|
virtual |
Name: CIccMpeCalculator::~CIccApplyMpeCalculator
Purpose:
Args:
Return:
References m_nSubElem, m_scratch, m_stack, m_SubElem, and m_temp.
|
protected |
Name: CIccMpeCalculator::CIccApplyMpeCalculator
Purpose:
Args:
Return:
References CIccApplyMpe::CIccApplyMpe(), m_input, m_nSubElem, m_output, m_scratch, m_stack, m_SubElem, and m_temp.
Referenced by CIccMpeCalculator::GetNewApply().
|
inlineinherited |
References CIccMultiProcessElement::Apply(), and CIccApplyMpe::m_pElem.
Referenced by CIccTagMultiProcessElement::Apply(), and CIccSubCalcApply::Apply().
CIccSubCalcApply * CIccApplyMpeCalculator::GetApply | ( | icUInt16Number | index | ) |
Name: CIccApplyMpeCalculator::GetSubApply
Purpose:
Args:
Return:
References m_nSubElem, and m_SubElem.
Referenced by CIccOpDefSubElement::Exec().
|
inlinevirtual |
Reimplemented from CIccApplyMpe.
|
inlineinherited |
References CIccApplyMpe::m_pElem.
Referenced by CIccTagMultiProcessElement::Apply(), CIccSubCalcApply::NumInputChannels(), and CIccSubCalcApply::NumOutputChannels().
bool CIccApplyMpeCalculator::GetEnvVar | ( | icSigCmmEnvVar | sigEnv, |
icFloatNumber & | val | ||
) |
Name: CIccApplyMpeCalculator::GetSubApply
Purpose:
Args:
Return:
References IIccCmmEnvVarLookup::GetEnvVar(), and m_pCmmEnvVarLookup.
Referenced by CIccOpDefEnvVar::Exec().
|
inline |
References m_input.
Referenced by CIccCalculatorFunc::ApplySequence().
|
inline |
References m_output.
Referenced by CIccCalculatorFunc::Apply(), and CIccCalculatorFunc::ApplySequence().
|
inline |
References m_scratch.
Referenced by CIccCalculatorFunc::ApplySequence().
|
inline |
References m_stack.
Referenced by CIccCalculatorFunc::Apply(), and CIccCalculatorFunc::ApplySequence().
|
inline |
References m_temp.
Referenced by CIccCalculatorFunc::ApplySequence().
|
inlinevirtual |
|
protected |
Referenced by CIccApplyMpeCalculator(), CIccMpeCalculator::Apply(), and GetInput().
|
protected |
Referenced by CIccApplyMpeCalculator(), ~CIccApplyMpeCalculator(), GetApply(), and CIccMpeCalculator::GetNewApply().
|
protected |
Referenced by CIccApplyMpeCalculator(), CIccMpeCalculator::Apply(), and GetOutput().
|
protectedinherited |
Referenced by CIccApplyMpe::CIccApplyMpe().
|
protected |
Referenced by GetEnvVar(), and CIccMpeCalculator::GetNewApply().
|
protectedinherited |
|
protected |
Referenced by CIccApplyMpeCalculator(), ~CIccApplyMpeCalculator(), CIccMpeCalculator::GetNewApply(), and GetScratch().
|
protected |
Referenced by CIccApplyMpeCalculator(), ~CIccApplyMpeCalculator(), CIccMpeCalculator::GetNewApply(), and GetStack().
|
protected |
Referenced by CIccApplyMpeCalculator(), ~CIccApplyMpeCalculator(), GetApply(), and CIccMpeCalculator::GetNewApply().
|
protected |