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

#include <IccMpeXml.h>

+ Collaboration diagram for CIccMpePtr:

Public Member Functions

 CIccMpePtr (CIccMultiProcessElement *pMpe=NULL, int nIndex=-1)
 
 CIccMpePtr (const CIccMpePtr &mptr)
 

Data Fields

int m_nIndex
 
CIccMultiProcessElementm_ptr
 

Detailed Description

Constructor & Destructor Documentation

◆ CIccMpePtr() [1/2]

CIccMpePtr::CIccMpePtr ( CIccMultiProcessElement pMpe = NULL,
int  nIndex = -1 
)
inline
260{ m_ptr = pMpe; m_nIndex = nIndex; }
CIccMultiProcessElement * m_ptr
Definition IccMpeXml.h:263
int m_nIndex
Definition IccMpeXml.h:264

References m_nIndex, and m_ptr.

Referenced by CIccMpeXmlCalculator::Flatten(), and CIccMpeXmlCalculator::ParseImport().

+ Here is the caller graph for this function:

◆ CIccMpePtr() [2/2]

CIccMpePtr::CIccMpePtr ( const CIccMpePtr mptr)
inline
261{ m_ptr = mptr.m_ptr; m_nIndex = mptr.m_nIndex; }

References m_nIndex, and m_ptr.

Field Documentation

◆ m_nIndex

int CIccMpePtr::m_nIndex

◆ m_ptr


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