IccMAX 2.1.27
Color Profile Tools
|
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "IccMpeBasic.h"
#include "IccMpeCalc.h"
#include "IccIO.h"
#include <map>
#include "IccUtil.h"
Go to the source code of this file.
Macros | |
#define | OsExtendArgs(N) |
#define | OsPopArg(X) |
#define | OsPopArgs(X, N) |
#define | OsPushArg(X) |
#define | OsPushArgs(X, N) |
#define | OsShrinkArgs(N) |
Typedefs | |
typedef std::map< icSigCalcOp, IIccOpDef * > | icCalcOpMap |
typedef std::map< icUInt32Number, CIccCalculatorFunc * > | icChannelFuncOffsetMap |
typedef std::map< CIccCalculatorFunc *, icPositionNumber > | icChannelFuncPtrMap |
Functions | |
static void | AppendOpList (CIccCalcOpList &toList, const CIccCalcOpList &fromList) |
Variables | |
static CIccConsoleDebugger | g_ConsoleDebugger |
static IIccCalcDebugger * | g_pDebugger = icCalcDebuggerNone |
File: IccMpeCalc.cpp
Contains: Implementation of Calculator Element
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccMpeCalc.cpp.
#define OsExtendArgs | ( | N | ) |
#define OsPopArg | ( | X | ) |
#define OsPopArgs | ( | X, | |
N | |||
) |
#define OsPushArg | ( | X | ) |
#define OsPushArgs | ( | X, | |
N | |||
) |
#define OsShrinkArgs | ( | N | ) |
typedef std::map<icSigCalcOp, IIccOpDef*> icCalcOpMap |
typedef std::map<icUInt32Number, CIccCalculatorFunc*> icChannelFuncOffsetMap |
typedef std::map<CIccCalculatorFunc*, icPositionNumber> icChannelFuncPtrMap |
|
static |
Referenced by CIccCalculatorFunc::ParseFuncDef().
|
static |
Referenced by IIccCalcDebugger::SetDebugger().
|
static |