Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagNumArray. More...
#include <IccTagBasic.h>
Public Member Functions | |
virtual icUInt32Number | GetNumValues () const =0 |
virtual bool | GetValues (icFloatNumber *DstVector, icUInt32Number nStart=0, icUInt32Number nVectorSize=1) const =0 |
virtual bool | Interpolate (icFloatNumber *DstVector, icFloatNumber pos, icUInt32Number nVectorSize=1, icFloatNumber *zeroVals=NULL) const =0 |
virtual bool | IsMatrixArray () const =0 |
virtual bool | ValuePos (icFloatNumber &DstPos, icFloatNumber val, bool &bNoZero) const =0 |
Public Member Functions inherited from CIccTag | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | Describe (std::string &sDescription, int nVerboseness=0) |
Function: Describe(sDescription) Each derived tag will implement it's own Describe() function. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual const icChar * | GetClassName () const |
virtual IIccExtensionTag * | GetExtension () |
virtual icArraySignature | GetTagArrayType () const |
virtual icStructSignature | GetTagStructType () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | IsArrayType () |
virtual bool | IsMBBType () |
virtual bool | IsNumArrayType () const |
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) |
Function: Read(size, pIO) - Read tag from file. | |
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 bool | Write (CIccIO *pIO) |
Function: Write(pIO) Each derived tag will implement it's own Write() function. | |
virtual | ~CIccTag () |
Name: CIccTag::CIccTag. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CIccTag | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
Public Attributes inherited from CIccTag | |
icUInt32Number | m_nReserved |
Class: CIccTagNumArray.
Purpose: An Interface for getting icFloatNumber values out of a tag containing a number of values.
Definition at line 790 of file IccTagBasic.h.
|
pure virtual |
Implemented in CIccTagFixedNum< T, Tsig >, CIccTagFloatNum< T, Tsig >, CIccTagNum< T, Tsig >, and CIccTagSparseMatrixArray.
Referenced by CIccArrayNamedColor::FindDeviceColor(), CIccArrayNamedColor::FindPcsColor(), CIccArrayNamedColor::FindSpectralColor(), CIccStructNamedColor::GetTint(), and CIccArrayNamedColor::Validate().
|
pure virtual |
Implemented in CIccTagFixedNum< T, Tsig >, CIccTagFloatNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, and CIccTagSparseMatrixArray.
Referenced by CIccArrayNamedColor::FindDeviceColor(), CIccArrayNamedColor::FindPcsColor(), CIccArrayNamedColor::FindSpectralColor(), CIccTagStruct::GetElemNumberValue(), and CIccStructNamedColor::GetTint().
|
pure virtual |
Implemented in CIccTagFixedNum< T, Tsig >, CIccTagFloatNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, and CIccTagSparseMatrixArray.
Referenced by CIccStructNamedColor::GetTint().
|
pure virtual |
Implemented in CIccTagFixedNum< T, Tsig >, CIccTagFloatNum< T, Tsig >, CIccTagNum< T, Tsig >, and CIccTagSparseMatrixArray.
Referenced by CIccArrayNamedColor::Validate().
|
pure virtual |
Implemented in CIccTagFixedNum< T, Tsig >, CIccTagFloatNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, CIccTagNum< T, Tsig >, and CIccTagSparseMatrixArray.
Referenced by CIccStructNamedColor::GetTint().