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 |
Name: CIccTagNum::GetClassName. | |
virtual IIccExtensionTag * | GetExtension () |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlNum () |
![]() | |
CIccTagNum (const CIccTagNum< T, Tsig > &ITNum) | |
Name: CIccTagNum::CIccTagNum. | |
CIccTagNum (int nSize=1) | |
Name: CIccTagNum::CIccTagNum. | |
void | Describe (std::string &sDescription, int nVerboseness) |
Function: Describe(sDescription) Each derived tag will implement it's own Describe() function. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagNum::Describe. | |
virtual icUInt32Number | GetNumValues () const |
icUInt32Number | GetSize () const |
Returns the size of the data array. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart, icUInt32Number nVectorSize) const |
bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart, icUInt32Number nVectorSize) const |
virtual bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart=0, icUInt32Number nVectorSize=1) const |
Name: CIccTagNum::GetValues. | |
bool | Interpolate (icFloatNumber *DstVector, icFloatNumber pos, icUInt32Number nVectorSize, icFloatNumber *zeroVals) const |
bool | Interpolate (icFloatNumber *DstVector, icFloatNumber pos, icUInt32Number nVectorSize, icFloatNumber *zeroVals) const |
virtual bool | Interpolate (icFloatNumber *DstVector, icFloatNumber val, icUInt32Number nVectorSize=1, icFloatNumber *zeroVals=NULL) const |
Name: CIccTagNum::Interpolate. | |
virtual bool | IsArrayType () |
virtual bool | IsMatrixArray () const |
virtual bool | IsNumArrayType () const |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagNum & | operator= (const CIccTagNum< T, Tsig > &NumTag) |
Name: CIccTagNum::operator=. | |
T & | operator[] (icUInt32Number index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagNum::Read. | |
bool | SetSize (icUInt32Number nSize, bool bZeroNew=true) |
Name: CIccTagNum::SetSize. | |
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. | |
bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
virtual bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
Name: CIccTagNum::ValuePos. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagNum::Write. | |
virtual | ~CIccTagNum () |
Name: CIccTagNum::~CIccTagNum. | |
![]() | |
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 | IsMBBType () |
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 |
![]() | |
icUInt32Number | m_nSize |
T * | m_Num |
Definition at line 301 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 304 of file IccTagXml.h.
|
virtual |
Name: CIccTagNum::GetClassName.
Purpose: Returns the tag type class name
Reimplemented from CIccTagNum< T, Tsig >.
Definition at line 1304 of file IccTagXml.cpp.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1355 of file IccTagXml.cpp.
References icXmlFindNode().
|
virtual |
Implements CIccTagXml.
Definition at line 1321 of file IccTagXml.cpp.