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: CIccTagFloatNum::GetClassName. | |
virtual IIccExtensionTag * | GetExtension () |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlFloatNum () |
![]() | |
CIccTagFloatNum (const CIccTagFloatNum< T, Tsig > &ITNum) | |
Name: CIccTagFloatNum::CIccTagFloatNum. | |
CIccTagFloatNum (int nSize=1) | |
Name: CIccTagFloatNum::CIccTagFloatNum. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagFloatNum::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: CIccTagFloatNum::GetValues. | |
virtual bool | Interpolate (icFloatNumber *DstVector, icFloatNumber val, icUInt32Number nVectorSize=1, icFloatNumber *zeroVals=NULL) const |
Name: CIccTagFloatNum::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. | |
CIccTagFloatNum & | operator= (const CIccTagFloatNum< T, Tsig > &NumTag) |
Name: CIccTagFloatNum::operator=. | |
T & | operator[] (icUInt32Number index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagFloatNum::Read. | |
bool | SetSize (icUInt32Number nSize, bool bZeroNew=true) |
Name: CIccTagFloatNum::SetSize. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagFloatNum::Interpolate. | |
virtual bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
Name: CIccTagFloatNum::ValuePos. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagFloatNum::Write. | |
virtual | ~CIccTagFloatNum () |
Name: CIccTagFloatNum::~CIccTagFloatNum. | |
![]() | |
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 323 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 326 of file IccTagXml.h.
|
virtual |
Name: CIccTagFloatNum::GetClassName.
Purpose: Returns the tag type class name
Reimplemented from CIccTagFloatNum< T, Tsig >.
Definition at line 1393 of file IccTagXml.cpp.
References icSigFloat16ArrayType, icSigFloat32ArrayType, and icSigFloat64ArrayType.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1463 of file IccTagXml.cpp.
References CIccIO::GetLength(), IccOpenFileIO(), icSigFloat16ArrayType, icSigFloat32ArrayType, icSigFloat64ArrayType, icXmlAttrValue(), icXmlFindNode(), CIccIO::Read16(), CIccIO::Read64(), CIccIO::Read8(), CIccIO::ReadFloat16Float(), CIccIO::ReadFloat32Float(), and stricmp.
|
virtual |
Implements CIccTagXml.
Definition at line 1408 of file IccTagXml.cpp.
References icXmlDoubleFmt, and icXmlFloatFmt.