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 * | GetExtDerivedClassName () const |
virtual bool | ParseXml (xmlNode *pNode, icConvertType nType, std::string &parseStr)=0 |
virtual bool | ToXml (std::string &xml, icConvertType nType, std::string blanks)=0 |
virtual | ~CIccCurveXml () |
Public Member Functions inherited from CIccTagXml | |
virtual const char * | GetExtClassName () const |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr)=0 |
virtual bool | ToXml (std::string &xml, std::string blanks="")=0 |
virtual | ~CIccTagXml (void) |
Definition at line 487 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 490 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagXml.
Definition at line 492 of file IccTagXml.h.
|
pure virtual |
Implemented in CIccTagXmlCurve, CIccTagXmlParametricCurve, and CIccTagXmlSegmentedCurve.
Referenced by icCurvesFromXml().
|
pure virtual |
Implemented in CIccTagXmlCurve, CIccTagXmlParametricCurve, and CIccTagXmlSegmentedCurve.