Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual IIccExtensionTag * | GetExtension () |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlNamedColor2 () |
![]() | |
CIccTagNamedColor2 (const CIccTagNamedColor2 &ITNC) | |
Name: CIccTagNamedColor2::CIccTagNamedColor2. | |
CIccTagNamedColor2 (int nSize=1, int nDeviceCoords=0) | |
Name: CIccTagNamedColor2::CIccTagNamedColor2. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagNamedColor2::Describe. | |
icInt32Number | FindCachedPCSColor (icFloatNumber *pPCS, icFloatNumber dMinDE=1000.0) const |
Name: CIccTagNamedColor2::FindPCSColor. | |
icInt32Number | FindColor (const icChar *szColor) const |
Name: CIccTagNamedColor2::FindColor. | |
icInt32Number | FindDeviceColor (icFloatNumber *pDevColor) const |
Name: CIccTagNamedColor2::FindDeviceColor. | |
icInt32Number | FindPCSColor (icFloatNumber *pPCS, icFloatNumber dMinDE=1000.0) |
Name: CIccTagNamedColor2::FindPCSColor. | |
icInt32Number | FindRootColor (const icChar *szRootColor) const |
Name: CIccTagNamedColor2::FindRootColor. | |
bool | GetColorName (std::string &sColorName, icInt32Number index) const |
Name: CIccTagNamedColor2::GetColorName. | |
icUInt32Number | GetDeviceCoords () const |
icColorSpaceSignature | GetDeviceSpace () const |
SIccNamedColorEntry * | GetEntry (icUInt32Number index) const |
icColorSpaceSignature | GetPCS () const |
const icChar * | GetPrefix () const |
icUInt32Number | GetSize () const |
const icChar * | GetSufix () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
icUInt32Number | GetVendorFlags () const |
bool | InitFindCachedPCSColor () |
Name: CIccTagNamedColor2::InitFindPCSColor. | |
void | Lab2ToLab4 (icFloatNumber *Dst, const icFloatNumber *Src) const |
Name: CIccTagNamedColor2::Lab2ToLab4. | |
void | Lab4ToLab2 (icFloatNumber *Dst, const icFloatNumber *Src) const |
Name: CIccTagNamedColor2::Lab4ToLab2. | |
icFloatNumber | NegClip (icFloatNumber v) const |
Name: CIccTagNamedColor2::NegClip. | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagNamedColor2 & | operator= (const CIccTagNamedColor2 &NamedColor2Tag) |
Name: CIccTagNamedColor2::operator=. | |
SIccNamedColorEntry & | operator[] (icUInt32Number index) const |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagNamedColor2::Read. | |
void | ResetPCSCache () |
Call ResetPCSCache() if entry values change between calls to FindPCSColor() | |
virtual void | SetColorSpaces (icColorSpaceSignature csPCS, icColorSpaceSignature csDevice) |
Name: CIccTagNamedColor2::SetColorSpaces. | |
void | SetPrefix (const icChar *szPrefix) |
Name: CIccTagNamedColor2::SetPrefix. | |
bool | SetSize (icUInt32Number nSize, icInt32Number nDeviceCoords=-1) |
Name: CIccTagNamedColor2::SetSize. | |
void | SetSufix (const icChar *szSufix) |
Name: CIccTagNamedColor2::SetSufix. | |
void | SetVendorFlags (icUInt32Number nVendorFlags) |
icFloatNumber | UnitClip (icFloatNumber v) const |
Name: CIccTagNamedColor2::UnitClip. | |
virtual bool | UseLegacyPCS () const |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagNamedColor2::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagNamedColor2::Write. | |
virtual | ~CIccTagNamedColor2 () |
Name: CIccTagNamedColor2::~CIccTagNamedColor2. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual icArraySignature | GetTagArrayType () const |
virtual icStructSignature | GetTagStructType () const |
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, CIccProfile *pProfile) |
Function: Read(size, pIO) - Read tag from file. | |
virtual bool | ReadAll () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual | ~CIccTag () |
Name: CIccTag::CIccTag. | |
![]() | |
virtual const char * | GetExtClassName () const |
virtual const char * | GetExtDerivedClassName () const |
virtual | ~CIccTagXml (void) |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icColorSpaceSignature | m_csDevice |
icColorSpaceSignature | m_csPCS |
SIccNamedColorEntry * | m_NamedColor |
SIccNamedLabEntry * | m_NamedLab |
icUInt32Number | m_nColorEntrySize |
For quick response of repeated FindPCSColor. | |
icUInt32Number | m_nDeviceCoords |
icUInt32Number | m_nSize |
icUInt32Number | m_nVendorFlags |
icChar | m_szPrefix [32] |
icChar | m_szSufix [32] |
Definition at line 216 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 219 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagNamedColor2.
Definition at line 221 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 721 of file IccTagXml.cpp.
References SIccNamedColorEntry::deviceCoords, CIccXmlArrayType< T, Tsig >::GetBuf(), CIccXmlArrayType< T, Tsig >::GetSize(), icLabToPcs(), icUtf8ToAnsi(), icXmlAttrValue(), icXmlFindAttr(), icXmlFindNode(), icXmlNodeCount3(), icXmlStrCmp, icXyzToPcs(), CIccXmlArrayType< T, Tsig >::ParseArray(), SIccNamedColorEntry::pcsCoords, SIccNamedColorEntry::rootName, and szName.
|
virtual |
Implements CIccTagXml.
Definition at line 655 of file IccTagXml.cpp.
References SIccNamedColorEntry::deviceCoords, icAnsiToUtf8(), icFixXml(), icLabFromPcs(), icSigLabData, icXmlFloatFmt, icXyzFromPcs(), SIccNamedColorEntry::pcsCoords, and SIccNamedColorEntry::rootName.