#include <RU_AlgorithmTemplates.h>
Public Member Functions | |
| RU_FilterOp (RU_Algorithm *alg) | |
| virtual | ~RU_FilterOp () |
| virtual int | filter (TIL_TileList *, const TIL_Region *, float, int, void *) |
| virtual int | filter (TIL_Region *, const TIL_Region *, float, int, void *) |
Protected Attributes | |
| RU_Algorithm * | myAlg |
Definition at line 62 of file RU_AlgorithmTemplates.h.
| RU_FilterOp< Type, fast >::RU_FilterOp | ( | RU_Algorithm * | alg | ) | [inline] |
Definition at line 65 of file RU_AlgorithmTemplates.h.
| virtual RU_FilterOp< Type, fast >::~RU_FilterOp | ( | ) | [inline, virtual] |
Definition at line 66 of file RU_AlgorithmTemplates.h.
| virtual int RU_FilterOp< Type, fast >::filter | ( | TIL_Region * | , | |
| const TIL_Region * | , | |||
| float | , | |||
| int | , | |||
| void * | ||||
| ) | [inline, virtual] |
Definition at line 73 of file RU_AlgorithmTemplates.h.
| virtual int RU_FilterOp< Type, fast >::filter | ( | TIL_TileList * | , | |
| const TIL_Region * | , | |||
| float | , | |||
| int | , | |||
| void * | ||||
| ) | [inline, virtual] |
Reimplemented in HDK_Sample::cop2_EdgeEnhanceOp< Type, fast >.
Definition at line 68 of file RU_AlgorithmTemplates.h.
RU_Algorithm* RU_FilterOp< Type, fast >::myAlg [protected] |
Definition at line 80 of file RU_AlgorithmTemplates.h.
1.5.9