#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_LookupTableFunc (PXL_Lookup *table) | |
| virtual | ~RU_LookupTableFunc () |
Protected Member Functions | |
| virtual bool | eachComponentDifferent () const |
| virtual bool | needAllComponents () const |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual RUVectorFunc | getVectorFunction () const |
Static Protected Member Functions | |
| static float | lookup (RU_PixelFunction *pf, float val, int) |
| static void | vlookup (RU_PixelFunction *f, float **vals, const bool *scope) |
Protected Attributes | |
| PXL_Lookup * | myTable |
Definition at line 394 of file RU_PixelFunctions.h.
| RU_LookupTableFunc::RU_LookupTableFunc | ( | PXL_Lookup * | table | ) | [inline] |
Definition at line 397 of file RU_PixelFunctions.h.
| virtual RU_LookupTableFunc::~RU_LookupTableFunc | ( | ) | [inline, virtual] |
Definition at line 399 of file RU_PixelFunctions.h.
| virtual bool RU_LookupTableFunc::eachComponentDifferent | ( | ) | const [inline, protected, virtual] |
| virtual RUPixelFunc RU_LookupTableFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual RUVectorFunc RU_LookupTableFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| static float RU_LookupTableFunc::lookup | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
| virtual bool RU_LookupTableFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
| static void RU_LookupTableFunc::vlookup | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
PXL_Lookup* RU_LookupTableFunc::myTable [protected] |
Definition at line 413 of file RU_PixelFunctions.h.
1.5.9