Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
This is the complete list of members for CIccSparseMatrix, including all inherited members.
CIccSparseMatrix(void *pMatrix=NULL, icUInt32Number nSize=0, icSparseMatrixType nType=((icSparseMatrixType) 0x0000), bool bInitFromData=false) | CIccSparseMatrix | |
CIccSparseMatrix(const CIccSparseMatrix &mtx) | CIccSparseMatrix | |
Clear() | CIccSparseMatrix | |
Cols() const | CIccSparseMatrix | inline |
Copy(const CIccSparseMatrix &mtx) | CIccSparseMatrix | |
EntrySize(icSparseMatrixType nType) | CIccSparseMatrix | static |
FillFromFullMatrix(icFloatNumber *pData) | CIccSparseMatrix | |
GetColumnsForRow(icUInt16Number nRow=0) const | CIccSparseMatrix | inline |
GetData() const | CIccSparseMatrix | inline |
GetMaxEntries() | CIccSparseMatrix | inline |
GetNumEntries() const | CIccSparseMatrix | inline |
GetNumRowColumns(icUInt16Number nRow) const | CIccSparseMatrix | inline |
GetRowOffset(icUInt16Number nRow=0) | CIccSparseMatrix | inline |
GetRowStart() const | CIccSparseMatrix | inline |
Init(icUInt16Number nRows, icUInt16Number nCols, bool bSetData=false) | CIccSparseMatrix | |
Interp(icFloatNumber d1, const CIccSparseMatrix &mtx1, icFloatNumber d2, const CIccSparseMatrix &mtx2) | CIccSparseMatrix | |
IsValid() | CIccSparseMatrix | |
m_ColumnIndices | CIccSparseMatrix | protected |
m_Data | CIccSparseMatrix | protected |
m_nCols | CIccSparseMatrix | protected |
m_nMaxEntries | CIccSparseMatrix | protected |
m_nRawSize | CIccSparseMatrix | protected |
m_nRows | CIccSparseMatrix | protected |
m_nType | CIccSparseMatrix | protected |
m_pMatrix | CIccSparseMatrix | protected |
m_RowStart | CIccSparseMatrix | protected |
MaxEntries(icUInt32Number nMemSize, icUInt16Number nRows, icUInt8Number nTypeSize) | CIccSparseMatrix | static |
MaxEntries(icUInt32Number nMemSize, icUInt16Number nRows, icSparseMatrixType nType) | CIccSparseMatrix | inlinestatic |
MemSize(icUInt32Number nMaxEntries, icUInt16Number nRows, icUInt8Number nTypeSize) | CIccSparseMatrix | static |
MemSize(icUInt32Number nMaxEntries, icUInt16Number nRows, icSparseMatrixType nType) | CIccSparseMatrix | inlinestatic |
MultiplyVector(icFloatNumber *pResult, const icFloatNumber *pVector) const | CIccSparseMatrix | |
operator=(const CIccSparseMatrix &mtx) | CIccSparseMatrix | |
Reset(void *pMatrix, icUInt32Number nSize, icSparseMatrixType nType, bool bInitFromData=true) | CIccSparseMatrix | |
Rows() const | CIccSparseMatrix | inline |
Union(const CIccSparseMatrix &mtx1, const CIccSparseMatrix &mtx2) | CIccSparseMatrix | |
~CIccSparseMatrix(void) | CIccSparseMatrix | virtual |