#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_LuminanceFunc () | |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static void | luminance (RU_PixelFunction *f, float **vals, const bool *scope) |
Definition at line 182 of file RU_PixelFunctions.h.
| RU_LuminanceFunc::RU_LuminanceFunc | ( | ) | [inline] |
Definition at line 185 of file RU_PixelFunctions.h.
| virtual void RU_LuminanceFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| virtual RUVectorFunc RU_LuminanceFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| static void RU_LuminanceFunc::luminance | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
| virtual bool RU_LuminanceFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
1.5.9