IccMAX 2.1.27
Color Profile Tools
|
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "IccTagMPE.h"
#include "IccIO.h"
#include "IccMpeFactory.h"
#include <map>
#include "IccUtil.h"
Go to the source code of this file.
Typedefs | |
typedef std::map< icUInt32Number, CIccMultiProcessElement * > | CIccLutOffsetMap |
typedef std::map< CIccMultiProcessElement *, icPositionNumber > | CIccLutPtrMap |
File: IccTagMpe.cpp
Contains: Implementation of MultiProcessElementType Tag
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccTagMPE.cpp.
typedef std::map<icUInt32Number, CIccMultiProcessElement*> CIccLutOffsetMap |
typedef std::map<CIccMultiProcessElement*, icPositionNumber> CIccLutPtrMap |