Compounds |
| struct | tacLUTABLE_DOUBLET |
| struct | tacLUTABLE |
Defines |
| #define | tacLUTABLE_EXPECTED_PARAM 1 |
| #define | tacLUTABLE_FREE_PARAM_INDEX 1 |
| #define | tacLUTableGetTable(pSelf) ((tacLUTABLE*) ((pSelf)->parameter)) |
| #define | tacLUTableSetPoint(pTable, index, abs, ord) |
| #define | tacLUTableGetPoint(pTable, index, abs, ord) |
Functions |
| STATUS | tacLUTableBlockConstructor (tacSTDBLOCK *pSelf, tacSTDBLOCK_PARAM *parameter, tacERROR *error) |
| STATUS | tacLUTableBlockGetParameter (tacSTDBLOCK *pSelf, tacSTDBLOCK_PARAM *parameter, tacERROR *error) |
| void | tacLUTableBlockAlgorithm (tacSTDBLOCK *pSelf) |
| void | tacLUTableBlockDestructor (tacSTDBLOCK *pSelf) |
| STATUS | tacLUTableCreateTable (tacLUTABLE *pTable, unsigned short size) |
| void | tacLUTableRemoveTable (tacLUTABLE *pTable) |
| __inline__ unsigned short | tacLUTableHunt (tacLUTABLE *pTable, double input) |
| __inline__ double | tacLUTableInterpolate (tacLUTABLE *pTable, double input) |