◆ 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.
1522 {
1523 int j, n = op->
data.select.v1+1;
1525 size_t ss = os.
pStack->size();
1526 if (n>(int)ss)
1527 return false;
1530 for (j=0; j<n; j++) {
1531 a1 = s[j];
1533 s[j] = 0.0;
1534 else
1535 s[j] = 1.0;
1536 }
1537 return true;
1538 }
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
float icFloatNumber
Definition IccDefs.h:101
#define icPosInfinity
Definition IccUtil.h:86
#define icNotANumber
Definition IccUtil.h:88
#define icNegInfinity
Definition IccUtil.h:87
union SIccCalcOp::@1 data
References SIccOpState::pStack.
◆ IsValid()
The documentation for this class was generated from the following file: