#include <RU_Algorithm.h>

Public Member Functions | |
| RU_Algorithm () | |
| virtual | ~RU_Algorithm () |
| virtual int | initialize (float t) |
| int | generate (TIL_TileList *output, float t, void *ndata=0, int thread=-1, void *data=0) |
| int | pixelAdjust (TIL_TileList *output, const TIL_TileList *input, float t, void *ndata=0, int thread=-1, void *data=0) |
| int | filter (TIL_TileList *output, const TIL_Region *input, float t, void *ndata=0, int thread=-1, void *data=0) |
| int | filter (TIL_Region *output, const TIL_Region *input, float t, void *ndata=0, int thread=-1, void *data=0) |
| int | binary (TIL_TileList *output, const TIL_Region *fore, const TIL_Region *back, float t, void *ndata=0, int thread=-1, void *data=0) |
| int | binary (TIL_Region *output, const TIL_Region *fore, const TIL_Region *back, float t, void *ndata=0, int thread=-1, void *data=0) |
Static Public Member Functions | |
| static bool | interruptCheck (int thread) |
| static void | setInterruptCallback (bool(*cb)(void *, int)) |
Definition at line 35 of file RU_Algorithm.h.
| RU_Algorithm::RU_Algorithm | ( | ) |
| virtual RU_Algorithm::~RU_Algorithm | ( | ) | [virtual] |
| int RU_Algorithm::binary | ( | TIL_Region * | output, | |
| const TIL_Region * | fore, | |||
| const TIL_Region * | back, | |||
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| int RU_Algorithm::binary | ( | TIL_TileList * | output, | |
| const TIL_Region * | fore, | |||
| const TIL_Region * | back, | |||
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| int RU_Algorithm::filter | ( | TIL_Region * | output, | |
| const TIL_Region * | input, | |||
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| int RU_Algorithm::filter | ( | TIL_TileList * | output, | |
| const TIL_Region * | input, | |||
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| int RU_Algorithm::generate | ( | TIL_TileList * | output, | |
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| virtual int RU_Algorithm::initialize | ( | float | t | ) | [virtual] |
Reimplemented in RU_Feather, and RU_Noise.
| static bool RU_Algorithm::interruptCheck | ( | int | thread | ) | [static] |
| int RU_Algorithm::pixelAdjust | ( | TIL_TileList * | output, | |
| const TIL_TileList * | input, | |||
| float | t, | |||
| void * | ndata = 0, |
|||
| int | thread = -1, |
|||
| void * | data = 0 | |||
| ) |
| static void RU_Algorithm::setInterruptCallback | ( | bool(*)(void *, int) | cb | ) | [static] |
1.5.9