Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagXYZ. More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagXYZ (const CIccTagXYZ &ITXYZ) | |
Name: CIccTagXYZ::CIccTagXYZ. | |
CIccTagXYZ (int nSize=1) | |
Name: CIccTagXYZ::CIccTagXYZ. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagXYZ::Describe. | |
virtual const icChar * | GetClassName () const |
icUInt32Number | GetSize () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
icXYZNumber * | GetXYZ (icUInt32Number index) |
virtual bool | IsArrayType () |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagXYZ & | operator= (const CIccTagXYZ &XYZTag) |
Name: CIccTagXYZ::operator=. | |
icXYZNumber & | operator[] (icUInt32Number index) const |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagXYZ::Read. | |
bool | SetSize (icUInt32Number nSize, bool bZeroNew=true) |
Name: CIccTagXYZ::SetSize. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagXYZ::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagXYZ::Write. | |
virtual | ~CIccTagXYZ () |
Name: CIccTagXYZ::~CIccTagXYZ. | |
![]() | |
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 | 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 | |
icUInt32Number | m_nSize |
icXYZNumber * | m_XYZ |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
Class: CIccTagXYZ.
Purpose: the XYZType tag - an array of XYZ values
Definition at line 667 of file IccTagBasic.h.
CIccTagXYZ::CIccTagXYZ | ( | int | nSize = 1 | ) |
Name: CIccTagXYZ::CIccTagXYZ.
Purpose: Constructor
Args: nSize = number of XYZ entries
Definition at line 3491 of file IccTagBasic.cpp.
CIccTagXYZ::CIccTagXYZ | ( | const CIccTagXYZ & | ITXYZ | ) |
Name: CIccTagXYZ::CIccTagXYZ.
Purpose: Copy Constructor
Args: ITXYZ = The CIccTagXYZ object to be copied
Definition at line 3510 of file IccTagBasic.cpp.
|
virtual |
|
virtual |
Name: CIccTagXYZ::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 3653 of file IccTagBasic.cpp.
References icFtoD().
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlXYZ.
Definition at line 679 of file IccTagBasic.h.
|
inline |
Definition at line 688 of file IccTagBasic.h.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTag.
Definition at line 678 of file IccTagBasic.h.
References icSigXYZType.
|
inline |
Definition at line 687 of file IccTagBasic.h.
|
inlinevirtual |
|
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 673 of file IccTagBasic.h.
CIccTagXYZ & CIccTagXYZ::operator= | ( | const CIccTagXYZ & | XYZTag | ) |
Name: CIccTagXYZ::operator=.
Purpose: Copy Operator
Args: XYZTag = The CIccTagXYZ object to be copied
Definition at line 3530 of file IccTagBasic.cpp.
|
inline |
Definition at line 686 of file IccTagBasic.h.
|
virtual |
Name: CIccTagXYZ::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 3575 of file IccTagBasic.cpp.
References CIccIO::Read32(), and sig.
bool CIccTagXYZ::SetSize | ( | icUInt32Number | nSize, |
bool | bZeroNew = true ) |
Name: CIccTagXYZ::SetSize.
Purpose: Sets the size of the XYZ array.
Args: nSize - number of XYZ entries, bZeroNew - flag to zero newly formed values
Definition at line 3683 of file IccTagBasic.cpp.
References icRealloc().
Referenced by CIccDefaultEncProfileConverter::ConvertFromParams().
|
virtual |
Name: CIccTagXYZ::Validate.
Purpose: Check tag data validity.
Args: sig = signature of tag being validated, sReport = String to add report information to
Return: icValidateStatusOK if valid, or other error status.
Reimplemented from CIccTag.
Definition at line 3718 of file IccTagBasic.cpp.
References CIccInfo::CheckData(), CIccInfo::GetSigPathName(), icMaxStatus(), icMsgValidateWarning, icValidateWarning, and CIccTag::Validate().
|
virtual |
Name: CIccTagXYZ::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 3620 of file IccTagBasic.cpp.
References sig, and CIccIO::Write32().
|
protected |
Definition at line 694 of file IccTagBasic.h.
Referenced by CIccTagXYZ(), and operator=().
|
protected |
Definition at line 693 of file IccTagBasic.h.
Referenced by CIccTagXYZ(), and operator=().