Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagLut.h>
Public Member Functions | |
virtual icFloatNumber | Apply (icFloatNumber v) const |
virtual void | Begin () |
CIccCurve () | |
virtual void | DumpLut (std::string &sDescription, const icChar *szName, icColorSpaceSignature csSig, int nIndex, int nVerboseness) |
icFloatNumber | Find (icFloatNumber v) |
virtual bool | IsIdentity () |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
virtual | ~CIccCurve () |
Public Member Functions inherited from CIccTag | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | Describe (std::string &sDescription, int nVerboseness=0) |
Function: Describe(sDescription) Each derived tag will implement it's own Describe() function. | |
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 icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | IsArrayType () |
virtual bool | IsMBBType () |
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) |
Function: Read(size, pIO) - Read tag from file. | |
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 bool | Write (CIccIO *pIO) |
Function: Write(pIO) Each derived tag will implement it's own Write() function. | |
virtual | ~CIccTag () |
Name: CIccTag::CIccTag. | |
Protected Member Functions | |
icFloatNumber | Find (icFloatNumber v, icFloatNumber p0, icFloatNumber v0, icFloatNumber p1, icFloatNumber v1) |
Name: CIccCurve::Find. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CIccTag | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
Public Attributes inherited from CIccTag | |
icUInt32Number | m_nReserved |
|
inline |
Definition at line 93 of file IccTagLut.h.
|
inlinevirtual |
Definition at line 95 of file IccTagLut.h.
|
inlinevirtual |
Reimplemented in CIccTagCurve, CIccTagParametricCurve, and CIccTagSegmentedCurve.
Definition at line 101 of file IccTagLut.h.
Referenced by RGBClip().
|
inlinevirtual |
Reimplemented in CIccTagCurve, and CIccTagSegmentedCurve.
Definition at line 100 of file IccTagLut.h.
|
inlinevirtual |
Reimplemented in CIccTagCurve, CIccTagParametricCurve, and CIccTagSegmentedCurve.
Definition at line 97 of file IccTagLut.h.
|
inline |
Definition at line 103 of file IccTagLut.h.
References Find().
Referenced by Find().
|
protected |
Name: CIccCurve::Find.
Purpose: Read in the tag contents into a data block
Args: v = index to be searched, v0 = index less than/equal to v, p0 = the value at index v0, v1 = index greater than/equal to v, p1 = value at index v1
Return: The value at the requested index
Definition at line 107 of file IccTagLut.cpp.
|
inlinevirtual |
Reimplemented in CIccTagCurve, CIccTagParametricCurve, and CIccTagSegmentedCurve.
Definition at line 104 of file IccTagLut.h.
|
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 CIccTag.
Reimplemented in CIccTagCurve, CIccTagParametricCurve, and CIccTagSegmentedCurve.
Definition at line 94 of file IccTagLut.h.
Referenced by CIccMBB::CIccMBB(), and CIccMBB::operator=().