SampleICC Main srcforge
Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CIccTagLut8 Class Reference

#include <IccTagLut.h>

Inheritance diagram for CIccTagLut8:

CIccMBB CIccTag List of all members.

Public Member Functions

 CIccTagLut8 ()
 CIccTagLut8 (const CIccTagLut8 &ITL)
CIccTagLut8operator= (const CIccTagLut8 &ITL)
virtual CIccTagNewCopy () 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]

Detailed Description

Class: CIccTagLut8

Purpose: The Lut8 tag type


Constructor & Destructor Documentation

CIccTagLut8::CIccTagLut8  ) 
 

Name: CIccTagLut8::CIccTagLut8

Purpose: Constructor

CIccTagLut8::CIccTagLut8 const CIccTagLut8 ITL  ) 
 

Name: CIccTagLut8::CIccTagLut8

Purpose: Copy Constructor

Args: ITL = The CIccTagLut8 object to be copied

CIccTagLut8::~CIccTagLut8  )  [virtual]
 

Name: CIccTagLut8::~CIccTagLut8

Purpose: Destructor


Member Function Documentation

virtual icTagTypeSignature CIccTagLut8::GetType  )  [inline, virtual]
 

Function: GetType()

Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.

Reimplemented from CIccTag.

virtual CIccTag* CIccTagLut8::NewCopy  )  const [inline, virtual]
 

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.

CIccTagLut8 & CIccTagLut8::operator= const CIccTagLut8 ITL  ) 
 

Name: CIccTagLut8::operator=

Purpose: Copy Operator

Args: ITL = The CIccTagLut8 object to be copied

bool CIccTagLut8::Read icUInt32Number  size,
CIccIO pIO
[virtual]
 

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.

void CIccTagLut8::SetColorSpaces icColorSpaceSignature  csInput,
icColorSpaceSignature  csOutput
[virtual]
 

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.

icValidateStatus CIccTagLut8::Validate icTagSignature  sig,
std::string &  sReport,
const CIccProfile pProfile = NULL
[virtual]
 

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.

bool CIccTagLut8::Write CIccIO pIO  )  [virtual]
 

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.


Member Data Documentation

icUInt8Number CIccTagLut8::m_nReservedByte [protected]
 

icS15Fixed16Number CIccTagLut8::m_XYZMatrix[9] [protected]
 


The documentation for this class was generated from the following files:
Generated on Tue Jun 26 17:51:45 2007 for IccProfLib by  doxygen 1.3.9.1