◆ 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.
391 {
392 size_t ss = os.
pStack->size();
393 int j;
394 int n=op->
data.select.v1+1;
395 int t=op->
data.select.v2+1;
396 if (n>(int)ss)
397 return false;
398
399 if (n && t) {
401
404
405 for (j=0; j<t; j++) {
407 to+=n;
408 }
409 }
410 return true;
411 }
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
#define OsExtendArgs(N)
Definition IccMpeCalc.cpp:204
float icFloatNumber
Definition IccDefs.h:101
union SIccCalcOp::@1 data
References SIccOpState::pStack.
◆ IsValid()
The documentation for this class was generated from the following file: