#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_SinFunc (float scale, float shift) | |
Protected Member Functions | |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static float | sinfunc (RU_PixelFunction *pf, float val, int) |
Protected Attributes | |
| float | myScale |
| float | myShift |
Definition at line 474 of file RU_PixelFunctions.h.
| RU_SinFunc::RU_SinFunc | ( | float | scale, | |
| float | shift | |||
| ) | [inline] |
Definition at line 477 of file RU_PixelFunctions.h.
| virtual RUPixelFunc RU_SinFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual void RU_SinFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| static float RU_SinFunc::sinfunc | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
float RU_SinFunc::myScale [protected] |
Definition at line 482 of file RU_PixelFunctions.h.
float RU_SinFunc::myShift [protected] |
Definition at line 483 of file RU_PixelFunctions.h.
1.5.9