|
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 | ~CIccTagXmlCicp () |
|
| CIccTagCicp () |
| Name: CIccTagCicp::CIccTagCicp.
|
|
| CIccTagCicp (const CIccTagCicp &ITCICP) |
| Name: CIccTagCicp::CIccTagCicp.
|
|
virtual void | Describe (std::string &sDescription, int nVerboseness) |
| Name: CIccTagCicp::Describe.
|
|
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 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.
|
|
virtual const char * | GetExtClassName () const |
|
virtual const char * | GetExtDerivedClassName () const |
|
virtual | ~CIccTagXml (void) |
|
Definition at line 255 of file IccTagXml.h.