Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
File: IccTagComposite.cpp. More...
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "IccTagComposite.h"
#include "IccStructBasic.h"
#include "IccUtil.h"
#include "IccIO.h"
#include "IccStructFactory.h"
#include "IccArrayFactory.h"
Go to the source code of this file.
Functions | |
IIccArray * | icGetTagArrayHandler (CIccTag *pTag) |
IIccArray * | icGetTagArrayHandlerOfType (CIccTag *pTag, icArraySignature sig) |
IIccStruct * | icGetTagStructHandler (CIccTag *pTag) |
IIccStruct * | icGetTagStructHandlerOfType (CIccTag *pTag, icStructSignature sig) |
File: IccTagComposite.cpp.
Contains: Implementation of Struct and Array Tags
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccTagComposite.cpp.
Definition at line 1651 of file IccTagComposite.cpp.
References CIccTagArray::GetArrayHandler(), CIccTag::GetType(), and icSigTagArrayType.
Referenced by icGetTagArrayHandlerOfType(), and CIccProfileXml::ParseTag().
IIccArray * icGetTagArrayHandlerOfType | ( | CIccTag * | pTag, |
icArraySignature | sig ) |
Definition at line 1663 of file IccTagComposite.cpp.
References CIccTag::GetTagArrayType(), icGetTagArrayHandler(), and sig.
IIccStruct * icGetTagStructHandler | ( | CIccTag * | pTag | ) |
Definition at line 1631 of file IccTagComposite.cpp.
References CIccTagStruct::GetStructHandler(), CIccTag::GetType(), and icSigTagStructType.
Referenced by icGetTagStructHandlerOfType().
IIccStruct * icGetTagStructHandlerOfType | ( | CIccTag * | pTag, |
icStructSignature | sig ) |
Definition at line 1643 of file IccTagComposite.cpp.
References CIccTag::GetTagStructType(), icGetTagStructHandler(), and sig.
Referenced by CIccArrayNamedColor::Begin(), CIccArrayNamedColor::FindDeviceColor(), CIccArrayNamedColor::FindPcsColor(), and CIccArrayNamedColor::FindSpectralColor().