#include <IccTagLut.h>
Inheritance diagram for CIccTagLut8:
Public Member Functions | |
CIccTagLut8 () | |
CIccTagLut8 (const CIccTagLut8 &ITL) | |
CIccTagLut8 & | operator= (const CIccTagLut8 &ITL) |
virtual CIccTag * | NewCopy () const |
virtual | ~CIccTagLut8 () |
virtual icTagTypeSignature | GetType () |
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 Lut8 tag type
|
Name: CIccTagLut8::CIccTagLut8 Purpose: Constructor |
|
Name: CIccTagLut8::CIccTagLut8 Purpose: Copy Constructor Args: ITL = The CIccTagLut8 object to be copied |
|
Name: CIccTagLut8::~CIccTagLut8 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: CIccTagLut8::operator= Purpose: Copy Operator Args: ITL = The CIccTagLut8 object to be copied |
|
Name: CIccTagLut8::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: CIccTagLut8::SetColorSpaces Purpose: Sets the input and output color spaces Args: csInput = input color space signature, csOutput = output color space signature Reimplemented from CIccMBB. |
|
Name: CIccTagLut8::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: CIccTagLut8::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. |
|
|
|
|