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 | ~CIccTagXmlSpectralViewingConditions () |
![]() | |
icFloatNumber * | applyRangeToObserver (const icSpectralRange &newRange) const |
CIccTagSpectralViewingConditions () | |
Name: CIccTagSpectralViewingConditions::CIccTagSpectralViewingConditions. | |
CIccTagSpectralViewingConditions (const CIccTagSpectralViewingConditions &ITRCS) | |
Name: CIccTagSpectralViewingConditions::CIccTagSpectralViewingConditions. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagSpectralViewingConditions::Describe. | |
const icFloatNumber * | getIlluminant (icSpectralRange &illumRange) const |
icFloatNumber | getIlluminantCCT () const |
const icFloatNumber * | getObserver (icSpectralRange &observerRange) const |
CIccMatrixMath * | getObserverMatrix (const icSpectralRange &newRange) const |
icIlluminant | getStdIllumiant () const |
icStandardObserver | getStdObserver () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagSpectralViewingConditions & | operator= (const CIccTagSpectralViewingConditions &RespCurveSet16Tag) |
Name: CIccTagSpectralViewingConditions::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagSpectralViewingConditions::Read. | |
bool | setIlluminant (icFloatNumber *pWhiteXYZ) |
bool | setIlluminant (icIlluminant illumId, const icSpectralRange &illumRange, const icFloatNumber *illum, icFloatNumber illumCCT=0.0f) |
bool | setObserver (icStandardObserver observerId, const icSpectralRange &observerRange, const icFloatNumber *observer) |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagSpectralViewingConditions::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagSpectralViewingConditions::Write. | |
virtual | ~CIccTagSpectralViewingConditions () |
Name: CIccTagSpectralViewingConditions::~CIccTagResponseCurveSet16. | |
![]() | |
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. | |
![]() | |
icFloatXYZNumber | m_illuminantXYZ |
icUInt16Number | m_reserved2 |
icUInt16Number | m_reserved3 |
icFloatXYZNumber | m_surroundXYZ |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icFloatNumber | m_colorTemperature |
icFloatNumber * | m_illuminant |
icSpectralRange | m_illuminantRange |
icFloatNumber * | m_observer |
icSpectralRange | m_observerRange |
icIlluminant | m_stdIlluminant |
icStandardObserver | m_stdObserver |
Definition at line 448 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 451 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagSpectralViewingConditions.
Definition at line 453 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 2044 of file IccTagXml.cpp.
References CIccXmlArrayType< T, Tsig >::GetBuf(), CIccXmlArrayType< T, Tsig >::GetSize(), icFtoF16(), icGetIlluminantValue(), icGetNamedStandardObserverValue(), icIlluminantUnknown, icStdObsUnknown, icXmlAttrValue(), icXmlFindAttr(), icXmlFindNode(), and CIccXmlArrayType< T, Tsig >::ParseTextArray().
|
virtual |
Implements CIccTagXml.
Definition at line 1959 of file IccTagXml.cpp.
References CIccInfo::GetIlluminantName(), CIccInfo::GetStandardObserverName(), icF16toF(), icXmlFloatFmt, and icXmlHalfFmt.