Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
IccStructFactory.cpp File Reference

File: IccStructFactory.cpp. More...

#include "IccTagComposite.h"
#include "IccStructBasic.h"
#include "IccStructFactory.h"
#include "IccUtil.h"
#include "IccProfile.h"
#include <cstring>
+ Include dependency graph for IccStructFactory.cpp:

Go to the source code of this file.

Variables

struct { 
 
   icStructSignature   sig 
 
   const icChar *   szStructName 
 
g_icStructNames [] 
 

Detailed Description

File: IccStructFactory.cpp.

Contains: Implementation of the IIccStructObject class and creation factories

Version: V1

Copyright: (c) see ICC Software License

Definition in file IccStructFactory.cpp.

Variable Documentation

◆ [struct]

struct { ... } g_icStructNames[]
Initial value:
= {
{icSigBRDFStruct, "brdfTransfromStructure"},
{icSigColorantInfoStruct, "colorantInfoStruct"},
{icSigBRDFStruct, "brfdfTransformStructure"},
{icSigColorantInfoStruct, "colorantInfoStructure"},
{icSigColorEncodingParamsSruct, "colorEncodingParamsStructure"},
{icSigMeasurementInfoStruct, "measurementInfoStructure"},
{icSigNamedColorStruct, "namedColorStructure"},
{icSigProfileInfoStruct, "profileInfoStructure"},
{icSigTintZeroStruct, "tintZeroStructure"},
}
icStructSignature
Tag Structure type signatures.
@ icSigMeasurementInfoStruct
@ icSigColorantInfoStruct
@ icSigTintZeroStruct
@ icSigNamedColorStruct
@ icSigBRDFStruct
@ icSigProfileInfoStruct
@ icSigColorEncodingParamsSruct

Referenced by CIccBasicStructFactory::GetStructSig(), and CIccBasicStructFactory::GetStructSigName().

◆ sig

Definition at line 113 of file IccStructFactory.cpp.

◆ szStructName

const icChar* szStructName

Definition at line 114 of file IccStructFactory.cpp.

Referenced by CIccBasicStructFactory::GetStructSig().