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

Class: CIccApplyMpeCLUT. More...

#include <IccMpeBasic.h>

+ Inheritance diagram for CIccApplyMpeCLUT:
+ Collaboration diagram for CIccApplyMpeCLUT:

Public Member Functions

virtual const icCharGetClassName () const
 
virtual icElemTypeSignature GetType () const
 
bool Init (icUInt32Number nNodes)
 
virtual ~CIccApplyMpeCLUT ()
 Name: CIccApplyMpeCLUT::~CIccApplyMpeCLUT.
 
- Public Member Functions inherited from CIccApplyMpe
void Apply (icFloatNumber *pDestPixel, const icFloatNumber *pSrcPixel)
 
 CIccApplyMpe (CIccMultiProcessElement *pElem)
 Name: CIccApplyMpe::CIccApplyMpe.
 
CIccMultiProcessElementGetElem () const
 
virtual ~CIccApplyMpe ()
 Name: CIccApplyMpe::~CIccApplyMpe.
 

Protected Member Functions

 CIccApplyMpeCLUT (CIccMultiProcessElement *pElem, CIccApplyCLUT *pApply)
 Name: CIccApplyMpeCLUT::CIccApplyMpeCLUT.
 

Protected Attributes

CIccApplyCLUTm_pApply
 
- Protected Attributes inherited from CIccApplyMpe
CIccApplyTagMpem_pApplyTag
 
CIccMultiProcessElementm_pElem
 

Friends

class CIccMpeCLUT
 

Detailed Description

Class: CIccApplyMpeCLUT.

Purpose: The Calculator process element apply data

Definition at line 694 of file IccMpeBasic.h.

Constructor & Destructor Documentation

◆ ~CIccApplyMpeCLUT()

CIccApplyMpeCLUT::~CIccApplyMpeCLUT ( )
virtual

Name: CIccApplyMpeCLUT::~CIccApplyMpeCLUT.

Purpose: Destructor

Definition at line 5767 of file IccMpeBasic.cpp.

5768{
5769 if (m_pApply)
5770 delete m_pApply;
5771}
CIccApplyCLUT * m_pApply

References m_pApply.

◆ CIccApplyMpeCLUT()

CIccApplyMpeCLUT::CIccApplyMpeCLUT ( CIccMultiProcessElement * pElem,
CIccApplyCLUT * pApply )
protected

Name: CIccApplyMpeCLUT::CIccApplyMpeCLUT.

Purpose: Constructor

Definition at line 5753 of file IccMpeBasic.cpp.

5753 : CIccApplyMpe(pElem)
5754{
5755 m_pApply = pApply;
5756}
CIccApplyMpe(CIccMultiProcessElement *pElem)
Name: CIccApplyMpe::CIccApplyMpe.
Definition IccTagMPE.cpp:99

References m_pApply.

Member Function Documentation

◆ GetClassName()

virtual const icChar * CIccApplyMpeCLUT::GetClassName ( ) const
inlinevirtual

Reimplemented from CIccApplyMpe.

Definition at line 701 of file IccMpeBasic.h.

701{ return "CIccApplyMpeCLUT"; }

◆ GetType()

virtual icElemTypeSignature CIccApplyMpeCLUT::GetType ( ) const
inlinevirtual

Reimplemented from CIccApplyMpe.

Definition at line 700 of file IccMpeBasic.h.

700{ return icSigCLutElemType; }
@ icSigCLutElemType

References icSigCLutElemType.

◆ Init()

bool CIccApplyMpeCLUT::Init ( icUInt32Number nNodes)

Friends And Related Symbol Documentation

◆ CIccMpeCLUT

friend class CIccMpeCLUT
friend

Definition at line 696 of file IccMpeBasic.h.

Member Data Documentation

◆ m_pApply

CIccApplyCLUT* CIccApplyMpeCLUT::m_pApply
protected

Definition at line 708 of file IccMpeBasic.h.

Referenced by CIccMpeCLUT::Apply(), CIccApplyMpeCLUT(), and ~CIccApplyMpeCLUT().


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