#include <IccEnvVar.h>
Definition at line 85 of file IccEnvVar.h.
◆ CIccCmmVarLookup()
Definition at line 3 of file IccEnvVar.cpp.
4{
7}
std::map< icSignature, icFloatNumber > icCmmEnvSigMap
References m_map.
◆ ~CIccCmmVarLookup()
CIccCmmVarLookup::~CIccCmmVarLookup |
( |
| ) |
|
|
virtual |
◆ GetEnvVar()
Implements IIccCmmEnvVarLookup.
Definition at line 14 of file IccEnvVar.cpp.
15{
17
18 if (v==
m_map->end()) {
20 return false;
21 }
22 val = v->second;
23 return true;
24}
float icFloatNumber
All floating point operations/variables in IccProfLib use the icFloatNumber data type.
References m_map, and sig.
◆ IndexedEnvVar()
Implements IIccCmmEnvVarLookup.
Definition at line 26 of file IccEnvVar.cpp.
27{
28 if (nIndex>=
m_map->size()) {
31 return false;
32 }
34 icCmmEnvSigMap::iterator v;
35
36 for (v=
m_map->begin(), i=0; i<nIndex; v++, i++);
37
39 val = v->second;
40 return true;
41}
unsigned int icUInt32Number
References m_map, and sig.
◆ m_map
The documentation for this class was generated from the following files: