#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_ComponentFunc (int comp) | |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static void | component (RU_PixelFunction *f, float **vals, const bool *scope) |
Protected Attributes | |
| int | myComponent |
Definition at line 287 of file RU_PixelFunctions.h.
| RU_ComponentFunc::RU_ComponentFunc | ( | int | comp | ) | [inline] |
Definition at line 290 of file RU_PixelFunctions.h.
| static void RU_ComponentFunc::component | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
| virtual void RU_ComponentFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| virtual RUVectorFunc RU_ComponentFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| virtual bool RU_ComponentFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
int RU_ComponentFunc::myComponent [protected] |
Definition at line 300 of file RU_PixelFunctions.h.
1.5.9