#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_CoshFunc (float scale) | |
Protected Member Functions | |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static float | coshfunc (RU_PixelFunction *pf, float val, int) |
Protected Attributes | |
| float | myScale |
Definition at line 497 of file RU_PixelFunctions.h.
| RU_CoshFunc::RU_CoshFunc | ( | float | scale | ) | [inline] |
Definition at line 500 of file RU_PixelFunctions.h.
| static float RU_CoshFunc::coshfunc | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
| virtual RUPixelFunc RU_CoshFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual void RU_CoshFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
float RU_CoshFunc::myScale [protected] |
Definition at line 505 of file RU_PixelFunctions.h.
1.5.9