Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgProfileSequence () | |
int | fromArgs (const char **args, int nArg, bool bReset=false) |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) const |
virtual | ~CIccCfgProfileSequence () |
Public Attributes | |
CIccCfgProfileArray | m_profiles |
Definition at line 127 of file IccCmmConfig.h.
CIccCfgProfileSequence::CIccCfgProfileSequence | ( | ) |
Definition at line 704 of file IccCmmConfig.cpp.
|
inlinevirtual |
Definition at line 131 of file IccCmmConfig.h.
int CIccCfgProfileSequence::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false ) |
Definition at line 713 of file IccCmmConfig.cpp.
References icGetSigVal(), icInterpTetrahedral, icXformLutColor, m_profiles, reset(), sig, stricmp, and strnicmp.
Referenced by main(), and main().
bool CIccCfgProfileSequence::fromJson | ( | json | obj, |
bool | bReset = false ) |
Definition at line 793 of file IccCmmConfig.cpp.
References m_profiles, and reset().
Referenced by main(), and main().
void CIccCfgProfileSequence::reset | ( | ) |
Definition at line 708 of file IccCmmConfig.cpp.
References m_profiles.
Referenced by fromArgs(), and fromJson().
void CIccCfgProfileSequence::toJson | ( | json & | obj | ) | const |
Definition at line 816 of file IccCmmConfig.cpp.
References m_profiles, and CIccCfgProfile::toJson().
Referenced by main().
CIccCfgProfileArray CIccCfgProfileSequence::m_profiles |
Definition at line 138 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), main(), reset(), toJson(), and CIccCfgColorData::toLegacy().