Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagColorantOrder. More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagColorantOrder (const CIccTagColorantOrder &ITCO) | |
Name: CIccTagColorantOrder::CIccTagColorantOrder. | |
CIccTagColorantOrder (int nsize=1) | |
Name: CIccTagColorantOrder::CIccTagColorantOrder. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagColorantOrder::Describe. | |
virtual const icChar * | GetClassName () const |
icUInt8Number * | GetData (int index) |
icUInt32Number | GetSize () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagColorantOrder & | operator= (const CIccTagColorantOrder &ColorantOrderTag) |
Name: CIccTagColorantOrder::operator=. | |
icUInt8Number & | operator[] (int index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagColorantOrder::Read. | |
bool | SetSize (icUInt16Number nsize, bool bZeronew=true) |
Name: CIccTagColorantOrder::SetSize. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagColorantOrder::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagColorantOrder::Write. | |
virtual | ~CIccTagColorantOrder () |
Name: CIccTagColorantOrder::~CIccTagColorantOrder. | |
![]() | |
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 | |
icUInt32Number | m_nCount |
icUInt8Number * | m_pData |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
Class: CIccTagColorantOrder.
Purpose: Colorant Order Tag
Definition at line 1352 of file IccTagBasic.h.
CIccTagColorantOrder::CIccTagColorantOrder | ( | int | nsize = 1 | ) |
Name: CIccTagColorantOrder::CIccTagColorantOrder.
Purpose: Constructor
Args: nSize = number of channels
Definition at line 8265 of file IccTagBasic.cpp.
CIccTagColorantOrder::CIccTagColorantOrder | ( | const CIccTagColorantOrder & | ITCO | ) |
Name: CIccTagColorantOrder::CIccTagColorantOrder.
Purpose: Copy Constructor
Args: ITCO = The CIccTagColorantOrder object to be copied
Definition at line 8285 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagColorantOrder::~CIccTagColorantOrder.
Purpose: Destructor
Definition at line 8328 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagColorantOrder::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 8436 of file IccTagBasic.cpp.
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlColorantOrder.
Definition at line 1362 of file IccTagBasic.h.
|
inline |
Definition at line 1369 of file IccTagBasic.h.
|
inline |
Definition at line 1371 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 1361 of file IccTagBasic.h.
References icSigColorantOrderType.
|
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 1358 of file IccTagBasic.h.
CIccTagColorantOrder & CIccTagColorantOrder::operator= | ( | const CIccTagColorantOrder & | ColorantOrderTag | ) |
Name: CIccTagColorantOrder::operator=.
Purpose: Copy Operator
Args: ColorantOrderTag = The CIccTagColorantOrder object to be copied
Definition at line 8304 of file IccTagBasic.cpp.
|
inline |
Definition at line 1368 of file IccTagBasic.h.
|
virtual |
Name: CIccTagColorantOrder::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 8350 of file IccTagBasic.cpp.
References CIccIO::Read32(), CIccIO::Read8(), and sig.
bool CIccTagColorantOrder::SetSize | ( | icUInt16Number | nSize, |
bool | bZeroNew = true ) |
Name: CIccTagColorantOrder::SetSize.
Purpose: Sets the size of the data array.
Args: nSize - number of channels, bZeroNew - flag to zero newly formed values
Definition at line 8462 of file IccTagBasic.cpp.
References icRealloc().
|
virtual |
Name: CIccTagColorantOrder::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 8498 of file IccTagBasic.cpp.
References CIccInfo::GetSigPathName(), icGetSigPath(), icGetSpaceSamples(), icMaxStatus(), icMsgValidateNonCompliant, icMsgValidateWarning, icSigColorantTableOutTag, icSigColorantTableTag, icValidateNonCompliant, icValidateWarning, and CIccTag::Validate().
|
virtual |
Name: CIccTagColorantOrder::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 8402 of file IccTagBasic.cpp.
References sig, CIccIO::Write32(), and CIccIO::Write8().
|
protected |
Definition at line 1375 of file IccTagBasic.h.
Referenced by CIccTagColorantOrder(), and operator=().
|
protected |
Definition at line 1376 of file IccTagBasic.h.
Referenced by CIccTagColorantOrder(), and operator=().