|
| | RU_Feather () |
| |
| | ~RU_Feather () override |
| |
| int | initialize (float) override |
| |
| void | setLUTVal (int x, int y, float v) |
| |
| float | getLUTVal (int x, int y) const |
| |
| float | evalLUT (float x, float y) const |
| |
| | RU_Algorithm () |
| |
| virtual | ~RU_Algorithm () |
| |
| int | generate (TIL_TileList *output, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
| int | pixelAdjust (TIL_TileList *output, const TIL_TileList *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
| int | filter (TIL_TileList *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
| int | filter (TIL_Region *output, const TIL_Region *input, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
| int | binary (TIL_TileList *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
| int | binary (TIL_Region *output, const TIL_Region *fore, const TIL_Region *back, float t, OP_Node *ndata=0, int thread=-1, void *data=0) |
| |
Definition at line 38 of file RU_Feather.h.