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

Type: Class. More...

#include <IccApplyBPC.h>

+ Inheritance diagram for CIccApplyBPCHint:
+ Collaboration diagram for CIccApplyBPCHint:

Public Member Functions

virtual const char * GetAdjustPCSType () const
 
virtual IIccAdjustPCSXform * GetNewAdjustPCSXform () const
 Name: CIccApplyBPCHint::GetNewAdjustPCSXform.
 

Detailed Description

Type: Class.

Purpose: Interface and hint for creating a BPC xform object

Definition at line 88 of file IccApplyBPC.h.

Member Function Documentation

◆ GetAdjustPCSType()

virtual const char * CIccApplyBPCHint::GetAdjustPCSType ( ) const
inlinevirtual

Definition at line 91 of file IccApplyBPC.h.

91{ return "CIccApplyBPCHint"; }

◆ GetNewAdjustPCSXform()

IIccAdjustPCSXform * CIccApplyBPCHint::GetNewAdjustPCSXform ( ) const
virtual

Name: CIccApplyBPCHint::GetNewAdjustPCSXform.

Purpose: Returns a new CIccApplyBPC object. Returned object should be deleted by the caller.

Definition at line 86 of file IccApplyBPC.cpp.

87{
88 return new CIccApplyBPC();
89}
Type: Class.

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