Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagLutBtoA. More...
#include <IccTagLut.h>
Public Member Functions | |
CIccTagLutBtoA () | |
Name: CIccTagLutBtoA::CIccTagLutBtoA. | |
CIccTagLutBtoA (const CIccTagLutBtoA &ITLB2A) | |
Name: CIccTagLutBtoA::CIccTagLutBtoA. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagLutBtoA & | operator= (const CIccTagLutBtoA &ITLB2A) |
Name: CIccTagLutBtoA::operator=. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) |
Name: CIccTagLutBtoA::Validate. | |
![]() | |
CIccTagLutAtoB () | |
Name: CIccTagLutAtoB::CIccTagLutAtoB. | |
CIccTagLutAtoB (const CIccTagLutAtoB &ITLA2B) | |
Name: CIccTagLutAtoB::CIccTagLutAtoB. | |
CIccTagLutAtoB & | operator= (const CIccTagLutAtoB &ITLA2B) |
Name: CIccTagLutAtoB::operator=. | |
bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagLutAtoB::Read. | |
bool | Write (CIccIO *pIO) |
Name: CIccTagLutAtoB::Write. | |
virtual | ~CIccTagLutAtoB () |
Name: CIccTagLutAtoB::~CIccTagLutAtoB. | |
![]() | |
CIccMBB () | |
Name: CIccMBB::CIccMBB. | |
CIccMBB (const CIccMBB &IMBB) | |
Name: CIccMBB::CIccMBB. | |
void | Cleanup () |
Name: CIccMBB::Cleanup. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccMBB::Describe. | |
CIccCLUT * | GetCLUT () const |
icColorSpaceSignature | GetCsInput () |
icColorSpaceSignature | GetCsOutput () |
LPIccCurve * | GetCurvesA () const |
LPIccCurve * | GetCurvesB () const |
LPIccCurve * | GetCurvesM () const |
CIccMatrix * | GetMatrix () const |
virtual icUInt8Number | GetPrecision () |
void | Init (icUInt8Number nInputChannels, icUInt8Number nOutputChannels) |
Name: CIccMBB::Init. | |
icUInt8Number | InputChannels () const |
bool | IsInputB () |
virtual bool | IsInputMatrix () |
virtual bool | IsMBBType () |
CIccCLUT * | NewCLUT (icUInt8Number *pGridPoints, icUInt8Number nPrecision=2) |
Name: CIccMBB::NewCLUT. | |
CIccCLUT * | NewCLUT (icUInt8Number nGridPoints, icUInt8Number nPrecision=2) |
Name: CIccMBB::NewCLUT. | |
LPIccCurve * | NewCurvesA () |
Name: CIccMBB::NewCurvesA. | |
LPIccCurve * | NewCurvesB () |
Name: CIccMBB::NewCurvesB. | |
LPIccCurve * | NewCurvesM () |
Name: CIccMBB::NewCurvesM. | |
CIccMatrix * | NewMatrix () |
Name: CIccMBB::NewMatrix. | |
CIccMBB & | operator= (const CIccMBB &IMBB) |
Name: CIccMBB::operator=. | |
icUInt8Number | OutputChannels () const |
CIccCLUT * | SetCLUT (CIccCLUT *clut) |
Name: CIccMBB::SetCLUT. | |
virtual void | SetColorSpaces (icColorSpaceSignature csInput, icColorSpaceSignature csOutput) |
Name: CIccMBB::SetColorSpaces. | |
bool | SwapMBCurves () |
virtual bool | UseLegacyPCS () const |
virtual | ~CIccMBB () |
Name: CIccMBB::~CIccMBB. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual const icChar * | GetClassName () const |
virtual IIccExtensionTag * | GetExtension () |
virtual icArraySignature | GetTagArrayType () const |
virtual icStructSignature | GetTagStructType () const |
virtual bool | IsArrayType () |
virtual bool | IsNumArrayType () const |
virtual bool | IsSupported () |
Function: IsSupported(size, pIO) - Check if tag fully supported for apply purposes. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO, CIccProfile *pProfile) |
Function: Read(size, pIO) - Read tag from file. | |
virtual bool | ReadAll () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Function: Validate Each derived tag will implement it's own IsValid() function. | |
virtual | ~CIccTag () |
Name: CIccTag::CIccTag. | |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icUInt16Number | m_nReservedWord |
![]() | |
bool | m_bInputMatrix |
bool | m_bUseMCurvesAsBCurves |
CIccCLUT * | m_CLUT |
icColorSpaceSignature | m_csInput |
icColorSpaceSignature | m_csOutput |
LPIccCurve * | m_CurvesA |
LPIccCurve * | m_CurvesB |
LPIccCurve * | m_CurvesM |
CIccMatrix * | m_Matrix |
icUInt8Number | m_nInput |
icUInt8Number | m_nOutput |
CIccTagLutBtoA::CIccTagLutBtoA | ( | ) |
Name: CIccTagLutBtoA::CIccTagLutBtoA.
Purpose: Constructor
Definition at line 4283 of file IccTagLut.cpp.
References CIccMBB::m_bInputMatrix.
CIccTagLutBtoA::CIccTagLutBtoA | ( | const CIccTagLutBtoA & | ITLB2A | ) |
Name: CIccTagLutBtoA::CIccTagLutBtoA.
Purpose: Copy Constructor
Args: ITLB2A = The CIccTagLutBtoA object to be copied
Definition at line 4299 of file IccTagLut.cpp.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTagLutAtoB.
Definition at line 535 of file IccTagLut.h.
References icSigLutBtoAType.
Referenced by Validate().
|
inlinevirtual |
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 CIccTagLutAtoB.
Definition at line 533 of file IccTagLut.h.
CIccTagLutBtoA & CIccTagLutBtoA::operator= | ( | const CIccTagLutBtoA & | ITLB2A | ) |
Name: CIccTagLutBtoA::operator=.
Purpose: Copy Operator
Args: ITLB2A = The CIccTagLutBtoA object to be copied
Definition at line 4314 of file IccTagLut.cpp.
References CIccMBB::operator=().
|
virtual |
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.
Definition at line 4339 of file IccTagLut.cpp.
References CIccInfo::GetSigPathName(), GetType(), icGetFirstSigPathSig(), icGetSigPath(), icGetSpaceSamples(), icMaxStatus(), icMsgValidateCriticalError, icMsgValidateNonCompliant, icMsgValidateWarning, icSigBToA0Tag, icSigBToA1Tag, icSigBToA2Tag, icSigGamutTag, icValidateCriticalError, icValidateNonCompliant, CIccMBB::m_CLUT, CIccMBB::m_CurvesA, CIccMBB::m_CurvesB, CIccMBB::m_CurvesM, CIccMBB::m_nOutput, sig, CIccMBB::Validate(), and Validate().
Referenced by Validate().