◆ ArgsPushed()
◆ ArgsUsed()
icUInt16Number ArgsUsed(CIccMpeCalculator *pCalc)
Definition IccMpeCalc.cpp:2222
References SIccCalcOp::ArgsUsed().
◆ Describe()
virtual void IIccOpDef::Describe |
( |
SIccCalcOp & |
op, |
|
|
std::string & |
desc, |
|
|
int |
nVerboseness |
|
) |
| |
|
inlinevirtualinherited |
void Describe(std::string &desc, int nVerboseness=100)
Definition IccMpeCalc.cpp:1787
References SIccCalcOp::Describe().
◆ Exec()
Reimplemented from IIccOpDef.
464 {
465 int nCopy = op->
data.select.v1+1;
466 int nPos = op->
data.select.v2+1;
467
468 if (nCopy) {
469 int next = nPos;
470 if (os.
pScratch->size()<(
size_t)nCopy)
472
474
476
477 int j;
478 for (j=0; j<nCopy; j++) {
480 }
481 }
482 return true;
483 }
CIccFloatVector * pScratch
Definition IccMpeCalc.h:276
#define OsPopArgs(X, N)
Definition IccMpeCalc.cpp:172
#define OsPushArg(X)
Definition IccMpeCalc.cpp:183
float icFloatNumber
Definition IccDefs.h:101
union SIccCalcOp::@1 data
References SIccOpState::pScratch.
◆ IsValid()
The documentation for this class was generated from the following file: