#include <RU_PixelFunctions.h>

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