#include <IccTagLut.h>
Inheritance diagram for CIccTagLut16:
Public Member Functions | |
CIccTagLut16 () | |
CIccTagLut16 (const CIccTagLut16 &ITL) | |
CIccTagLut16 & | operator= (const CIccTagLut16 &ITL) |
virtual CIccTag * | NewCopy () const |
virtual | ~CIccTagLut16 () |
virtual icTagTypeSignature | GetType () |
virtual bool | UseLegacyPCS () |
bool | Read (icUInt32Number size, CIccIO *pIO) |
bool | Write (CIccIO *pIO) |
virtual void | SetColorSpaces (icColorSpaceSignature csInput, icColorSpaceSignature csOutput) |
virtual icValidateStatus | Validate (icTagSignature sig, std::string &sReport, const CIccProfile *pProfile=NULL) |
Protected Attributes | |
icUInt8Number | m_nReservedByte |
icS15Fixed16Number | m_XYZMatrix [9] |
Purpose: The Lut16 tag type
|
Name: CIccTagLut16::CIccTagLut16 Purpose: Constructor |
|
Name: CIccTagLut16::CIccTagLut16 Purpose: Copy Constructor Args: ITL = The CIccTagUnknown object to be copied |
|
Name: CIccTagLut16::~CIccTagLut16 Purpose: Destructor |
|
Function: GetType() Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function. Reimplemented from CIccTag. |
|
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. Parameter(s): none Returns a new CIccTag object that is a copy of this object. Reimplemented from CIccMBB. |
|
Name: CIccTagLut16::operator= Purpose: Copy Operator Args: ITL = The CIccTagLut16 object to be copied |
|
Name: CIccTagLut16::Read Purpose: Read in the tag contents into a data block Args: size - # of bytes in tag, pIO - IO object to read tag from Return: true = successful, false = failure Reimplemented from CIccTag. |
|
Name: CIccTagLut16::SetColorSpaces Purpose: Sets the input and output color spaces Args: csInput = input color space signature, csOutput = output color space signature Reimplemented from CIccMBB. |
|
Reimplemented from CIccMBB. |
|
Name: CIccTagLut16::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 CIccMBB. |
|
Name: CIccTagLut16::Write Purpose: Write the tag to a file Args: pIO - The IO object to write tag to. Return: true = succesful, false = failure Reimplemented from CIccTag. |
|
|
|
|