◆ 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.
490 {
491 int nCopy = op->
data.select.v1+1;
492 int nPos = (op->
data.select.v2+1)%nCopy;
493
494 if (nCopy) {
495 int next = nCopy - nPos;
496 if (os.
pScratch->size()<(size_t)nCopy)
498
500
502
503 int j;
504 for (j=0; j<nCopy; j++) {
506 }
507 }
508 return true;
509 }
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: