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

#include <IccEncoding.h>

+ Inheritance diagram for IIccEncProfileConverter:
+ Collaboration diagram for IIccEncProfileConverter:

Public Member Functions

virtual icStatusEncConvert ConvertFromParams (CIccProfilePtr &newIcc, CIccTagStruct *pParams, icHeader *pHeader)=0
 
virtual ~IIccEncProfileConverter ()
 

Static Public Member Functions

static IIccEncProfileConverterGetHandler ()
 
static void SetEncProfileConverter (IIccEncProfileConverter *pConverter)
 

Detailed Description

Definition at line 95 of file IccEncoding.h.

Constructor & Destructor Documentation

◆ ~IIccEncProfileConverter()

virtual IIccEncProfileConverter::~IIccEncProfileConverter ( )
inlinevirtual

Definition at line 98 of file IccEncoding.h.

98{}

Member Function Documentation

◆ ConvertFromParams()

virtual icStatusEncConvert IIccEncProfileConverter::ConvertFromParams ( CIccProfilePtr & newIcc,
CIccTagStruct * pParams,
icHeader * pHeader )
pure virtual

Implemented in CIccDefaultEncProfileConverter.

Referenced by icConvertEncodingProfile().

+ Here is the caller graph for this function:

◆ GetHandler()

IIccEncProfileConverter * IIccEncProfileConverter::GetHandler ( )
static

Definition at line 515 of file IccEncoding.cpp.

516{
519 }
521}
static IIccEncProfileConverter * g_pEncProfileConverter

References g_pEncProfileConverter.

Referenced by icConvertEncodingProfile().

+ Here is the caller graph for this function:

◆ SetEncProfileConverter()

void IIccEncProfileConverter::SetEncProfileConverter ( IIccEncProfileConverter * pConverter)
static

Definition at line 523 of file IccEncoding.cpp.

524{
525 if (pConverter) {
528 }
529 g_pEncProfileConverter = pConverter;
530 }
531}

References g_pEncProfileConverter.


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