#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_PowerFunc (float exponent) | |
Protected Member Functions | |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static float | power (RU_PixelFunction *pf, float val, int) |
Protected Attributes | |
| float | myExponent |
Definition at line 439 of file RU_PixelFunctions.h.
| RU_PowerFunc::RU_PowerFunc | ( | float | exponent | ) | [inline] |
Definition at line 442 of file RU_PixelFunctions.h.
| virtual RUPixelFunc RU_PowerFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual void RU_PowerFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| static float RU_PowerFunc::power | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
float RU_PowerFunc::myExponent [protected] |
Definition at line 447 of file RU_PixelFunctions.h.
1.5.9