#include <RU_Feather.h>

Public Member Functions | |
| RU_Feather () | |
| virtual | ~RU_Feather () |
| virtual int | initialize (float) |
| void | setLUTVal (int x, int y, float v) |
| float | getLUTVal (int x, int y) const |
| float | evalLUT (float x, float y) const |
Public Attributes | |
| bool | myUseLuma |
| PXL_LumFunction | myLumFunc |
| RU_FeatherType | myFeatherType |
| float | myExpandSize |
| float | myExpandYSize |
| float | myFeatherSize |
| float | myFeatherYSize |
| RU_FeatherDropoff | myFeatherDropoff |
| int | mySmoothLevel |
| bool | myFeatherFast |
| float | myHoleThreshold |
| float * | myFeatherLUT |
| int | myXSize |
| int | myYSize |
| float * | myMask |
Definition at line 46 of file RU_Feather.h.
| RU_Feather::RU_Feather | ( | ) |
| virtual RU_Feather::~RU_Feather | ( | ) | [virtual] |
| float RU_Feather::evalLUT | ( | float | x, | |
| float | y | |||
| ) | const |
| float RU_Feather::getLUTVal | ( | int | x, | |
| int | y | |||
| ) | const |
| virtual int RU_Feather::initialize | ( | float | ) | [virtual] |
Reimplemented from RU_Algorithm.
| void RU_Feather::setLUTVal | ( | int | x, | |
| int | y, | |||
| float | v | |||
| ) |
| float RU_Feather::myExpandSize |
Definition at line 69 of file RU_Feather.h.
Definition at line 70 of file RU_Feather.h.
Definition at line 74 of file RU_Feather.h.
Definition at line 76 of file RU_Feather.h.
| float* RU_Feather::myFeatherLUT |
Definition at line 82 of file RU_Feather.h.
Definition at line 72 of file RU_Feather.h.
Definition at line 66 of file RU_Feather.h.
Definition at line 73 of file RU_Feather.h.
Definition at line 79 of file RU_Feather.h.
Definition at line 63 of file RU_Feather.h.
| float* RU_Feather::myMask |
Definition at line 87 of file RU_Feather.h.
Definition at line 75 of file RU_Feather.h.
Definition at line 62 of file RU_Feather.h.
Definition at line 83 of file RU_Feather.h.
Definition at line 84 of file RU_Feather.h.
1.5.9