◆ 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.
1452 {
1453 int j, n = op->
data.select.v1+1;
1455 int tn = n*2;
1456 size_t ss = os.
pStack->size();
1457 if (tn>(int)ss)
1458 return false;
1460 for (j=0; j<n; j++) {
1461 a1 = s[j];
1462 a2 = s[j+n];
1465 if (h<0.0f)
1466 h += 360.0f;
1467 s[j+n] = h;
1468 }
1469 return true;
1470 }
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
float icFloatNumber
Definition IccDefs.h:101
#define icPiNum
Definition IccUtil.h:85
union SIccCalcOp::@1 data
References SIccOpState::pStack.
◆ IsValid()
The documentation for this class was generated from the following file: