#include <IccTagBasic.h>
Inheritance diagram for CIccTagMeasurement:
Public Member Functions | |
CIccTagMeasurement () | |
CIccTagMeasurement (const CIccTagMeasurement &ITM) | |
CIccTagMeasurement & | operator= (const CIccTagMeasurement &MeasTag) |
virtual CIccTag * | NewCopy () const |
virtual | ~CIccTagMeasurement () |
virtual icTagTypeSignature | GetType () |
virtual const icChar * | GetClassName () |
virtual void | Describe (std::string &sDescription) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
virtual bool | Write (CIccIO *pIO) |
virtual icValidateStatus | Validate (icTagSignature sig, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Public Attributes | |
icMeasurement | m_Data |
Purpose: The measurmentType tag
|
Name: CIccTagMeasurement::CIccTagMeasurement Purpose: Constructor |
|
Name: CIccTagMeasurement::CIccTagMeasurement Purpose: Copy Constructor Args: ITM = The CIccTagMeasurement object to be copied |
|
Name: CIccTagMeasurement::~CIccTagMeasurement Purpose: Destructor |
|
Name: CIccTagMeasurement::Describe Purpose: Dump data associated with the tag to a string Args: sDescription - string to concatenate tag dump to Reimplemented from CIccTag. |
|
Reimplemented from CIccTag. |
|
Function: GetType() Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function. Reimplemented from CIccTag. |
|
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. |
|
Name: CIccTagMeasurement::operator= Purpose: Copy Operator Args: MeasTag = The CIccTagMeasurement object to be copied |
|
Name: CIccTagMeasurement::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. |
|
Name: CIccTagMeasurement::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. |
|
Name: CIccTagMeasurement::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. |
|
|