#include <RU_PixelEngine.h>
|
| RU_PixelEngine () |
|
| ~RU_PixelEngine () override |
|
ru_lut8 * | buildLUT8 (unsigned int b, unsigned w) |
|
ru_lut16 * | buildLUT16 (unsigned int b, unsigned w) |
|
ru_lut16fp * | buildLUT16FP () |
|
| 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) |
|
Definition at line 25 of file RU_PixelEngine.h.
RU_PixelEngine::RU_PixelEngine |
( |
| ) |
|
RU_PixelEngine::~RU_PixelEngine |
( |
| ) |
|
|
override |
ru_lut16* RU_PixelEngine::buildLUT16 |
( |
unsigned int |
b, |
|
|
unsigned |
w |
|
) |
| |
ru_lut16fp* RU_PixelEngine::buildLUT16FP |
( |
| ) |
|
ru_lut8* RU_PixelEngine::buildLUT8 |
( |
unsigned int |
b, |
|
|
unsigned |
w |
|
) |
| |
ru_lut16fp* RU_PixelEngine::myLUT16FP |
UT_Lock RU_PixelEngine::myLUTLock16 |
UT_Lock RU_PixelEngine::myLUTLock16FP |
The documentation for this class was generated from the following file: