#include <RU_PixelFunctions.h>

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