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, icConvertType nType, std::string &parseStr) |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, icConvertType nType, std::string blanks="") |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlParametricCurve () |
![]() | |
virtual icFloatNumber | Apply (icFloatNumber v) const |
Name: CIccTagParametricCurve::Apply. | |
CIccTagParametricCurve () | |
Name: CIccTagParametricCurve::CIccTagParametricCurve. | |
CIccTagParametricCurve (const CIccTagParametricCurve &ITPC) | |
Name: CIccTagParametricCurve::CIccTagParametricCurve. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagParametricCurve::Describe. | |
virtual void | DumpLut (std::string &sDescription, const icChar *szName, icColorSpaceSignature csSig, int nIndex, int nVerboseness) |
Name: CIccTagParametricCurve::DumpLut. | |
icUInt16Number | GetFunctionType () const |
icUInt16Number | GetNumParam () const |
icFloatNumber * | GetParams () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | IsIdentity () |
Name: CIccTagParametricCurve::IsIdentity. | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagParametricCurve & | operator= (const CIccTagParametricCurve &ParamCurveTag) |
Name: CIccTagParametricCurve::operator=. | |
icFloatNumber & | operator[] (int index) |
icFloatNumber | Param (int index) const |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagParametricCurve::Read. | |
bool | SetFunctionType (icUInt16Number nFunctionType) |
Name: CIccTagParametricCurve::SetFunctionType. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagParametricCurve::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagParametricCurve::Write. | |
virtual | ~CIccTagParametricCurve () |
Name: CIccTagParametricCurve::~CIccTagParametricCurve. | |
![]() | |
virtual void | Begin () |
CIccCurve () | |
icFloatNumber | Find (icFloatNumber v) |
virtual | ~CIccCurve () |
![]() | |
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 * | GetExtDerivedClassName () const |
virtual | ~CIccCurveXml () |
![]() | |
virtual const char * | GetExtClassName () const |
virtual | ~CIccTagXml (void) |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt16Number | m_nReserved2 |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icFloatNumber | Find (icFloatNumber v, icFloatNumber p0, icFloatNumber v0, icFloatNumber p1, icFloatNumber v1) |
Name: CIccCurve::Find. | |
![]() | |
icFloatNumber * | m_dParam |
icUInt16Number | m_nFunctionType |
icUInt16Number | m_nNumParam |
Definition at line 513 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 516 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagParametricCurve.
Definition at line 518 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccCurveXml.
Definition at line 2987 of file IccTagXml.cpp.
|
virtual |
Implements CIccTagXml.
Definition at line 2992 of file IccTagXml.cpp.
References CIccXmlArrayType< T, Tsig >::GetBuf(), CIccXmlArrayType< T, Tsig >::GetSize(), icXmlAttrValue(), icXmlFindAttr(), icXmlFindNode(), icXmlStrCmp, and CIccXmlArrayType< T, Tsig >::ParseArray().
|
virtual |
Implements CIccCurveXml.
Definition at line 2982 of file IccTagXml.cpp.
|
virtual |
Implements CIccTagXml.
Definition at line 2955 of file IccTagXml.cpp.
References icXmlFloatFmt.