Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagCicp. More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagCicp () | |
Name: CIccTagCicp::CIccTagCicp. | |
CIccTagCicp (const CIccTagCicp &ITCICP) | |
Name: CIccTagCicp::CIccTagCicp. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagCicp::Describe. | |
virtual const icChar * | GetClassName () const |
void | GetFields (icUInt8Number &colorPrimaries, icUInt8Number &transferCharacteristics, icUInt8Number &matrixCoefficients, icUInt8Number &videoFullRangeFlag) |
Name: CIccTagCicp::GetFields. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagCicp & | operator= (const CIccTagCicp &XYZTag) |
Name: CIccTagCicp::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagCicp::Read. | |
void | SetFields (icUInt8Number colorPrimaries, icUInt8Number transferCharacteristics, icUInt8Number matrixCoefficients, icUInt8Number videoFullRangeFlag) |
Name: CIccTagCicp::SetFields. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagCicp::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagCicp::Write. | |
virtual | ~CIccTagCicp () |
Name: CIccTagCicp::~CIccTagCicp. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual IIccExtensionTag * | GetExtension () |
virtual icArraySignature | GetTagArrayType () const |
virtual icStructSignature | GetTagStructType () const |
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 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. | |
Protected Attributes | |
icUInt8Number | m_nColorPrimaries |
icUInt8Number | m_nMatrixCoefficients |
icUInt8Number | m_nTransferCharacteristics |
icUInt8Number | m_nVideoFullRangeFlag |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
Class: CIccTagCicp.
Purpose: the cicpType tag - metadata containing ITU-T H.273 fields
Definition at line 745 of file IccTagBasic.h.
CIccTagCicp::CIccTagCicp | ( | ) |
Name: CIccTagCicp::CIccTagCicp.
Purpose: Constructor
Args: nSize = number of XYZ entries
Definition at line 4092 of file IccTagBasic.cpp.
CIccTagCicp::CIccTagCicp | ( | const CIccTagCicp & | ITXYZ | ) |
Name: CIccTagCicp::CIccTagCicp.
Purpose: Copy Constructor
Args: ITCICP = The CIccTagCicp object to be copied
Definition at line 4111 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagCicp::~CIccTagCicp.
Purpose: Destructor
Definition at line 4149 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagCicp::Describe.
Purpose: Dump data associated with the tag to a string
Args: sDescription - string to concatenate tag dump to
Reimplemented from CIccTag.
Definition at line 4263 of file IccTagBasic.cpp.
References code, and icExampleCicpCodes.
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlCicp.
Definition at line 755 of file IccTagBasic.h.
void CIccTagCicp::GetFields | ( | icUInt8Number & | colorPrimaries, |
icUInt8Number & | transferCharacteristics, | ||
icUInt8Number & | matrixCoefficients, | ||
icUInt8Number & | videoFullRangeFlag ) |
Name: CIccTagCicp::GetFields.
Purpose: gets the ITU-T H.273 field values
Args: meaning of args as named
Definition at line 4309 of file IccTagBasic.cpp.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTag.
Definition at line 754 of file IccTagBasic.h.
References icSigCicpType.
|
inlinevirtual |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function.
Parameter(s): none
Returns a new CIccTag object that is a copy of this object.
Reimplemented from CIccTag.
Definition at line 751 of file IccTagBasic.h.
CIccTagCicp & CIccTagCicp::operator= | ( | const CIccTagCicp & | cicpTag | ) |
Name: CIccTagCicp::operator=.
Purpose: Copy Operator
Args: cicpTag = The CIccTagCicp object to be copied
Definition at line 4127 of file IccTagBasic.cpp.
References m_nColorPrimaries, m_nMatrixCoefficients, m_nTransferCharacteristics, and m_nVideoFullRangeFlag.
|
virtual |
Name: CIccTagCicp::Read.
Purpose: Read in the tag contents into a data block
Args: size - # of bytes in tag, pIO - IO object to read tag from
Return: true = successful, false = failure
Reimplemented from CIccTag.
Definition at line 4168 of file IccTagBasic.cpp.
References CIccIO::Read32(), CIccIO::Read8(), and sig.
void CIccTagCicp::SetFields | ( | icUInt8Number | colorPrimaries, |
icUInt8Number | transferCharacteristics, | ||
icUInt8Number | matrixCoefficients, | ||
icUInt8Number | videoFullRangeFlag ) |
Name: CIccTagCicp::SetFields.
Purpose: Sets the ITU-T H.273 field values
Args: meaning of args as named
Definition at line 4331 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagCicp::Validate.
Purpose: Check tag data validity.
Args: sig = signature of tag being validated, sReport = String to add report information to pProfile = profile containing tag
Return: icValidateStatusOK if valid, or other error status.
Reimplemented from CIccTag.
Definition at line 4358 of file IccTagBasic.cpp.
References CIccInfo::GetSigPathName(), icMaxStatus(), icMsgValidateNonCompliant, icSigRgbData, icSigXYZData, icSigYCbCrData, icValidateNonCompliant, and CIccTag::Validate().
|
virtual |
Name: CIccTagCicp::Write.
Purpose: Write the tag to a file
Args: pIO - The IO object to write tag to.
Return: true = succesful, false = failure
Reimplemented from CIccTag.
Definition at line 4210 of file IccTagBasic.cpp.
References sig, CIccIO::Write32(), and CIccIO::Write8().
|
protected |
Definition at line 775 of file IccTagBasic.h.
Referenced by operator=().
|
protected |
Definition at line 777 of file IccTagBasic.h.
Referenced by operator=().
|
protected |
Definition at line 776 of file IccTagBasic.h.
Referenced by operator=().
|
protected |
Definition at line 778 of file IccTagBasic.h.
Referenced by operator=().