Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccBaseXformFactory. More...
#include <IccXformFactory.h>
Public Member Functions | |
virtual CIccXform * | CreateXform (icXformType xformType, CIccTag *pTag=NULL, CIccCreateXformHintManager *pHintManager=NULL) |
Function: CreateXform(xformTypeSig) Create a xform of type xformTypeSig. | |
Public Member Functions inherited from IIccXformFactory | |
virtual | ~IIccXformFactory () |
Class: CIccBaseXformFactory.
Purpose: CIccSpecXformFactory provides creation of Base CIccXform's. The CIccXformCreator always creates a CIccSpecXformFactory.
Definition at line 135 of file IccXformFactory.h.
|
virtual |
Function: CreateXform(xformTypeSig) Create a xform of type xformTypeSig.
Parameter(s): xformTypeSig = signature of the ICC xform type for the xform to be created pTag = tag information for created xform pHintManager = contains additional information used to create xform
Returns a new CIccXform object of the given xform type. Unrecognized xformTypeSig's will be created as a CIccXformUnknown object.
Implements IIccXformFactory.
Definition at line 78 of file IccXformFactory.cpp.
References icXformType3DLut, icXformType4DLut, icXformTypeMatrixTRC, icXformTypeMonochrome, icXformTypeMpe, icXformTypeNamedColor, and icXformTypeNDLut.