| HDK
    | 
#include <RU_Blend.h>
 Inheritance diagram for RU_Blend:
 Inheritance diagram for RU_Blend:| Public Member Functions | |
| RU_Blend () | |
|  Public Member Functions inherited from RU_Algorithm | |
| RU_Algorithm () | |
| virtual | ~RU_Algorithm () | 
| virtual int | initialize (float t) | 
| 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) | 
| Public Attributes | |
| float | myBaseBlend | 
| float | myBlend1 | 
| float | myBlend2 | 
| bool | mySingleFactorBlend | 
| bool | myBlendInvert | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from RU_Algorithm | |
| static bool | interruptCheck (int thread) | 
| static void | setInterruptCallback (bool(*cb)(OP_Node *, int)) | 
Definition at line 17 of file RU_Blend.h.
| 
 | inline | 
Definition at line 20 of file RU_Blend.h.
| float RU_Blend::myBaseBlend | 
Definition at line 24 of file RU_Blend.h.
| float RU_Blend::myBlend1 | 
Definition at line 25 of file RU_Blend.h.
| float RU_Blend::myBlend2 | 
Definition at line 26 of file RU_Blend.h.
| bool RU_Blend::myBlendInvert | 
Definition at line 28 of file RU_Blend.h.
| bool RU_Blend::mySingleFactorBlend | 
Definition at line 27 of file RU_Blend.h.