#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_LookupClipFunc (const CL_Clip *clip) | |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
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 | |
| const CL_Clip * | myClip |
Definition at line 376 of file RU_PixelFunctions.h.
| RU_LookupClipFunc::RU_LookupClipFunc | ( | const CL_Clip * | clip | ) | [inline] |
Definition at line 379 of file RU_PixelFunctions.h.
| virtual RUPixelFunc RU_LookupClipFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual void RU_LookupClipFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| virtual RUVectorFunc RU_LookupClipFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| static float RU_LookupClipFunc::lookup | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
| virtual bool RU_LookupClipFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
| static void RU_LookupClipFunc::vlookup | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
const CL_Clip* RU_LookupClipFunc::myClip [protected] |
Definition at line 391 of file RU_PixelFunctions.h.
1.5.9