◆ 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.
554 {
555 size_t ss = os.
pStack->size();
556 int r=op->
data.select.v1+1;
557 int c=op->
data.select.v2+1;
558 int nMSize = r*c;
559 int nSize = nMSize + c;
560
561 if (nSize>(int)ss)
562 return false;
563
564 if (r>1 && c>1) {
565
568
573
574 bool bResult = false;
575
578 }
579 if (bResult) {
581 ptrStack[c] = 1.0;
582 }
583 else {
585 ptrStack[c] = 0.0;
586 }
587 os.
pStack->resize(ss-nSize+r+1);
588 }
589 return true;
590 }
ICCPROFLIB_API IIccMatrixSolver * g_pIccMatrixSolver
Definition IccSolve.cpp:186
CIccFloatVector * pScratch
Definition IccMpeCalc.h:276
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
float icFloatNumber
Definition IccDefs.h:101
union SIccCalcOp::@1 data
virtual bool Solve(icFloatNumber *dXVector, const icFloatNumber *dMatrix, const icFloatNumber *dYVector, icUInt16Number nRows, icUInt16Number nCols)=0
References g_pIccMatrixSolver, SIccOpState::pScratch, SIccOpState::pStack, and IIccMatrixSolver::Solve().
◆ IsValid()
The documentation for this class was generated from the following file: