Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagViewingConditions. More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagViewingConditions () | |
Name: CIccTagViewingConditions::CIccTagViewingConditions. | |
CIccTagViewingConditions (const CIccTagViewingConditions &ITVC) | |
Name: CIccTagViewingConditions::CIccTagViewingConditions. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagViewingConditions::Describe. | |
virtual const icChar * | GetClassName () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagViewingConditions & | operator= (const CIccTagViewingConditions &ViewCondTag) |
Name: CIccTagViewingConditions::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagViewingConditions::Read. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagViewingConditions::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagViewingConditions::Write. | |
virtual | ~CIccTagViewingConditions () |
Name: CIccTagViewingConditions::~CIccTagViewingConditions. | |
![]() | |
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. | |
Public Attributes | |
icIlluminant | m_illumType |
icXYZNumber | m_XYZIllum |
icXYZNumber | m_XYZSurround |
![]() | |
icUInt32Number | m_nReserved |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
Class: CIccTagViewingConditions.
Purpose: Viewing conditions tag type
Definition at line 1425 of file IccTagBasic.h.
CIccTagViewingConditions::CIccTagViewingConditions | ( | ) |
Name: CIccTagViewingConditions::CIccTagViewingConditions.
Purpose: Constructor
Definition at line 8884 of file IccTagBasic.cpp.
References icIlluminantUnknown.
CIccTagViewingConditions::CIccTagViewingConditions | ( | const CIccTagViewingConditions & | ITVC | ) |
Name: CIccTagViewingConditions::CIccTagViewingConditions.
Purpose: Copy Constructor
Args: ITVC = The CIccTagViewingConditions object to be copied
Definition at line 8908 of file IccTagBasic.cpp.
References m_illumType, m_XYZIllum, and m_XYZSurround.
|
virtual |
Name: CIccTagViewingConditions::~CIccTagViewingConditions.
Purpose: Destructor
Definition at line 8949 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagViewingConditions::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 9049 of file IccTagBasic.cpp.
References CIccInfo::GetIlluminantName(), and icFtoD().
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlViewingConditions.
Definition at line 1435 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 1434 of file IccTagBasic.h.
References icSigViewingConditionsType.
|
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 1431 of file IccTagBasic.h.
CIccTagViewingConditions & CIccTagViewingConditions::operator= | ( | const CIccTagViewingConditions & | ViewCondTag | ) |
Name: CIccTagViewingConditions::operator=.
Purpose: Copy Operator
Args: ViewCondTag = The CIccTagViewingConditions object to be copied
Definition at line 8927 of file IccTagBasic.cpp.
References m_illumType, m_XYZIllum, and m_XYZSurround.
|
virtual |
Name: CIccTagViewingConditions::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 8968 of file IccTagBasic.cpp.
References CIccIO::Read32(), and sig.
|
virtual |
Name: CIccTagViewingConditions::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 9088 of file IccTagBasic.cpp.
References CIccInfo::CheckData(), CIccInfo::GetSigPathName(), icMaxStatus(), and CIccTag::Validate().
|
virtual |
Name: CIccTagViewingConditions::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 9013 of file IccTagBasic.cpp.
References sig, and CIccIO::Write32().
icIlluminant CIccTagViewingConditions::m_illumType |
Definition at line 1445 of file IccTagBasic.h.
Referenced by CIccTagViewingConditions(), and operator=().
icXYZNumber CIccTagViewingConditions::m_XYZIllum |
Definition at line 1443 of file IccTagBasic.h.
Referenced by CIccTagViewingConditions(), and operator=().
icXYZNumber CIccTagViewingConditions::m_XYZSurround |
Definition at line 1444 of file IccTagBasic.h.
Referenced by CIccTagViewingConditions(), and operator=().