#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_VectorFunc (const UT_Matrix4 &matrix) | |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static void | matrixmult (RU_PixelFunction *f, float **vals, const bool *scope) |
Protected Attributes | |
| UT_Matrix4 | myMatrix |
Definition at line 359 of file RU_PixelFunctions.h.
| RU_VectorFunc::RU_VectorFunc | ( | const UT_Matrix4 & | matrix | ) | [inline] |
Definition at line 362 of file RU_PixelFunctions.h.
| virtual void RU_VectorFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| virtual RUVectorFunc RU_VectorFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| static void RU_VectorFunc::matrixmult | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
| virtual bool RU_VectorFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
UT_Matrix4 RU_VectorFunc::myMatrix [protected] |
Definition at line 372 of file RU_PixelFunctions.h.
1.5.9