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: CIccTagFixedNum::GetClassName. | |
virtual IIccExtensionTag * | GetExtension () |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlFixedNum () |
![]() | |
CIccTagFixedNum (const CIccTagFixedNum< T, Tsig > &ITFN) | |
Name: CIccTagFixedNum::CIccTagFixedNum. | |
CIccTagFixedNum (int nSize=1) | |
Name: CIccTagFixedNum::CIccTagFixedNum. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagFixedNum::Describe. | |
virtual icUInt32Number | GetNumValues () const |
icUInt32Number | GetSize () const |
Returns the size of the data array. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart=0, icUInt32Number nVectorSize=1) const |
Name: CIccTagFixedNum::GetValues. | |
virtual bool | Interpolate (icFloatNumber *DstVector, icFloatNumber val, icUInt32Number nVectorSize=1, icFloatNumber *zeroVals=NULL) const |
Name: CIccTagFixedNum::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. | |
CIccTagFixedNum & | operator= (const CIccTagFixedNum< T, Tsig > &FixedNumTag) |
Name: CIccTagFixedNum::operator=. | |
T & | operator[] (icUInt32Number index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagFixedNum::Read. | |
bool | SetSize (icUInt32Number nSize, bool bZeroNew=true) |
Name: CIccTagFixedNum::SetSize. | |
virtual bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
Name: CIccTagFixedNum::ValuePos. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagFixedNum::Write. | |
virtual | ~CIccTagFixedNum () |
Name: CIccTagFixedNum::~CIccTagFixedNum. | |
![]() | |
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 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. | |
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 283 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 286 of file IccTagXml.h.
|
virtual |
Name: CIccTagFixedNum::GetClassName.
Purpose: Returns the tag type class name
Reimplemented from CIccTagFixedNum< T, Tsig >.
Definition at line 1208 of file IccTagXml.cpp.
References icSigS15Fixed16ArrayType.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1270 of file IccTagXml.cpp.
References CIccXmlArrayType< T, Tsig >::GetBuf(), CIccXmlArrayType< T, Tsig >::GetSize(), icDtoF(), icDtoUF(), icSigS15Fixed16ArrayType, icXmlFindNode(), and CIccXmlArrayType< T, Tsig >::ParseArray().
|
virtual |
Implements CIccTagXml.
Definition at line 1219 of file IccTagXml.cpp.
References icFtoD(), icSigS15Fixed16ArrayType, icUFtoD(), and icXmlFloatFmt.