Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
File: IccMpeXml.h. More...
#include "IccMpeBasic.h"
#include "IccMpeACS.h"
#include "IccMpeCalc.h"
#include "IccMpeSpectral.h"
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <map>
Go to the source code of this file.
Classes | |
class | CIccMpePtr |
class | CIccMpeXml |
class | CIccMpeXmlBAcs |
class | CIccMpeXmlCalculator |
class | CIccMpeXmlCLUT |
class | CIccMpeXmlCurveSet |
class | CIccMpeXmlEAcs |
class | CIccMpeXmlEmissionCLUT |
class | CIccMpeXmlEmissionMatrix |
class | CIccMpeXmlEmissionObserver |
class | CIccMpeXmlExtCLUT |
class | CIccMpeXmlInvEmissionMatrix |
class | CIccMpeXmlJabToXYZ |
class | CIccMpeXmlMatrix |
class | CIccMpeXmlReflectanceCLUT |
class | CIccMpeXmlReflectanceObserver |
class | CIccMpeXmlTintArray |
class | CIccMpeXmlToneMap |
class | CIccMpeXmlUnknown |
class | CIccMpeXmlXYZToJab |
class | CIccSegmentedCurveXml |
class | CIccTempDeclVar |
class | CIccTempVar |
class | CIccXmlToneMapFunc |
Typedefs | |
typedef std::map< std::string, IndexSizePair > | ChanVarMap |
typedef std::pair< int, int > | IndexSizePair |
typedef std::map< std::string, std::string > | MacroMap |
typedef std::list< CIccMpePtr > | MpePtrList |
typedef std::map< std::string, CIccMpePtr > | MpePtrMap |
typedef std::map< std::string, CIccTempDeclVar > | TempDeclVarMap |
typedef std::list< CIccTempVar > | TempVarList |
typedef std::map< std::string, CIccTempVar > | TempVarMap |
File: IccMpeXml.h.
Contains: Header for implementation of CIccMpeXml class and creation factories
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccMpeXml.h.
typedef std::map<std::string, IndexSizePair> ChanVarMap |
Definition at line 283 of file IccMpeXml.h.
typedef std::pair<int, int> IndexSizePair |
Definition at line 282 of file IccMpeXml.h.
typedef std::map<std::string, std::string> MacroMap |
Definition at line 299 of file IccMpeXml.h.
typedef std::list<CIccMpePtr> MpePtrList |
Definition at line 268 of file IccMpeXml.h.
typedef std::map<std::string, CIccMpePtr> MpePtrMap |
Definition at line 267 of file IccMpeXml.h.
typedef std::map<std::string, CIccTempDeclVar> TempDeclVarMap |
Definition at line 297 of file IccMpeXml.h.
typedef std::list<CIccTempVar> TempVarList |
Definition at line 281 of file IccMpeXml.h.
typedef std::map<std::string, CIccTempVar> TempVarMap |
Definition at line 280 of file IccMpeXml.h.