#include <IccTagLut.h>
Inheritance diagram for CIccTagLutBtoA:
Public Member Functions | |
CIccTagLutBtoA () | |
CIccTagLutBtoA (const CIccTagLutBtoA &ITLB2A) | |
CIccTagLutBtoA & | operator= (const CIccTagLutBtoA &ITLB2A) |
virtual CIccTag * | NewCopy () |
virtual icTagTypeSignature | GetType () |
virtual icValidateStatus | Validate (icTagSignature sig, std::string &sReport, const CIccProfile *pProfile=NULL) |
Purpose: The LutB2A tag type
|
Name: CIccTagLutBtoA::CIccTagLutBtoA Purpose: Constructor |
|
Name: CIccTagLutBtoA::CIccTagLutBtoA Purpose: Copy Constructor Args: ITLB2A = The CIccTagLutBtoA object to be copied |
|
Function: GetType() Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function. Reimplemented from CIccTagLutAtoB. |
|
Reimplemented from CIccTagLutAtoB. |
|
Name: CIccTagLutBtoA::operator= Purpose: Copy Operator Args: ITLB2A = The CIccTagLutBtoA object to be copied |
|
Name: CIccTagLutBtoA::Validate Purpose: Check tag data validity. Args: sig = signature of tag being validated, sReport = String to add report information to Return: icValidateStatusOK if valid, or other error status. Reimplemented from CIccTagLutAtoB. |