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 | ~CIccTagXmlSparseMatrixArray () |
![]() | |
CIccTagSparseMatrixArray (const CIccTagSparseMatrixArray &ITSMA) | |
Name: CIccTagSparseMatrixArray::CIccTagSparseMatrixArray. | |
CIccTagSparseMatrixArray (int nNumMatrices=1, int nChannelsPerMatrix=4) | |
Name: CIccTagSparseMatrixArray::CIccTagSparseMatrixArray. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagSparseMatrixArray::Describe. | |
icUInt32Number | GetBytesPerMatrix () const |
icUInt32Number | GetChannelsPerMatrix () const |
icSparseMatrixType | GetMatrixType () const |
icUInt32Number | GetNumMatrices () const |
Returns the number of matrices in the array. | |
virtual icUInt32Number | GetNumValues () const |
bool | GetSparseMatrix (CIccSparseMatrix &mtx, int nIndex, bool bInitFromData=true) |
Name: CIccTagSparseMatrixArray::GetValues. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart=0, icUInt32Number nVectorSize=1) const |
virtual bool | Interpolate (icFloatNumber *DstVector, icFloatNumber val, icUInt32Number nVectorSize=1, icFloatNumber *zeroVals=NULL) const |
Name: CIccTagSparseMatrixArray::Interpolate. | |
virtual bool | IsArrayType () |
virtual bool | IsMatrixArray () const |
virtual bool | IsNumArrayType () const |
virtual CIccTag * | NewCopy () |
CIccTagSparseMatrixArray & | operator= (const CIccTagSparseMatrixArray &ITSMA) |
Name: CIccTagSparseMatrixArray::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagSparseMatrixArray::Read. | |
bool | Reset (icUInt32Number nNumMatrices, icUInt16Number nChannelsPerMatrix) |
Name: CIccTagSparseMatrixArray::Reset. | |
void | SetMatrixType (icSparseMatrixType nType) |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagSparseMatrixArray::Validate. | |
virtual bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const |
Name: CIccTagSparseMatrixArray::ValuePos. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagSparseMatrixArray::Write. | |
virtual | ~CIccTagSparseMatrixArray () |
Name: CIccTagSparseMatrixArray::~CIccTagSparseMatrixArray. | |
![]() | |
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 CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
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 |
![]() | |
bool | m_bNonZeroPadding |
icUInt16Number | m_nChannelsPerMatrix |
icSparseMatrixType | m_nMatrixType |
icUInt32Number | m_nSize |
icUInt8Number * | m_RawData |
Definition at line 269 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 272 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagSparseMatrixArray.
Definition at line 274 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1070 of file IccTagXml.cpp.
References CIccSparseMatrix::FillFromFullMatrix(), CIccXmlArrayType< T, Tsig >::GetBuf(), CIccSparseMatrix::GetColumnsForRow(), CIccSparseMatrix::GetData(), CIccSparseMatrix::GetMaxEntries(), IIccSparseMatrixEntry::getPtr(), CIccSparseMatrix::GetRowStart(), CIccXmlArrayType< T, Tsig >::GetSize(), icSparseMatrixFloatNum, icXmlAttrValue(), icXmlFindAttr(), icXmlFindNode(), icXmlStrCmp, CIccSparseMatrix::Init(), CIccXmlArrayType< T, Tsig >::ParseTextArray(), and CIccSparseMatrix::Reset().
|
virtual |
Implements CIccTagXml.
Definition at line 1030 of file IccTagXml.cpp.
References CIccSparseMatrix::Cols(), CIccXmlArrayType< T, Tsig >::DumpArray(), CIccSparseMatrix::GetColumnsForRow(), CIccSparseMatrix::GetData(), CIccSparseMatrix::GetNumRowColumns(), IIccSparseMatrixEntry::getPtr(), CIccSparseMatrix::GetRowOffset(), icConvert16Bit, icConvertFloat, icSparseMatrixFloatNum, CIccSparseMatrix::Reset(), and CIccSparseMatrix::Rows().