◆ 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.
954 {
955 int j, n = op->
data.select.v1+1;
956 int tn = n+1;
957 size_t ss = os.
pStack->size();
958 if (tn>(int)ss)
959 return false;
962 for (j=0; j<n; j++) {
964 }
966 return true;
967 }
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
#define OsShrinkArgs(N)
Definition IccMpeCalc.cpp:196
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: