#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_LogFunc (float base, bool replace, float value) | |
Protected Member Functions | |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static float | logarithm (RU_PixelFunction *pf, float val, int) |
Protected Attributes | |
| float | myBase |
| bool | myDoReplace |
| float | myValue |
Definition at line 461 of file RU_PixelFunctions.h.
| RU_LogFunc::RU_LogFunc | ( | float | base, | |
| bool | replace, | |||
| float | value | |||
| ) |
| virtual RUPixelFunc RU_LogFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
| virtual void RU_LogFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| static float RU_LogFunc::logarithm | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
float RU_LogFunc::myBase [protected] |
Definition at line 469 of file RU_PixelFunctions.h.
bool RU_LogFunc::myDoReplace [protected] |
Definition at line 470 of file RU_PixelFunctions.h.
float RU_LogFunc::myValue [protected] |
Definition at line 471 of file RU_PixelFunctions.h.
1.5.9