#include <RU_AlgorithmTemplates.h>
Public Member Functions | |
| RU_BinaryOp (RU_Algorithm *alg) | |
| virtual | ~RU_BinaryOp () |
| virtual int | binary (TIL_TileList *, const TIL_Region *, const TIL_Region *, float, int, void *) |
| virtual int | binary (TIL_Region *, const TIL_Region *, const TIL_Region *, float, int, void *) |
Protected Attributes | |
| RU_Algorithm * | myAlg |
Definition at line 86 of file RU_AlgorithmTemplates.h.
| RU_BinaryOp< Type, fast >::RU_BinaryOp | ( | RU_Algorithm * | alg | ) | [inline] |
Definition at line 89 of file RU_AlgorithmTemplates.h.
| virtual RU_BinaryOp< Type, fast >::~RU_BinaryOp | ( | ) | [inline, virtual] |
Definition at line 90 of file RU_AlgorithmTemplates.h.
| virtual int RU_BinaryOp< Type, fast >::binary | ( | TIL_Region * | , | |
| const TIL_Region * | , | |||
| const TIL_Region * | , | |||
| float | , | |||
| int | , | |||
| void * | ||||
| ) | [inline, virtual] |
Definition at line 96 of file RU_AlgorithmTemplates.h.
| virtual int RU_BinaryOp< Type, fast >::binary | ( | TIL_TileList * | , | |
| const TIL_Region * | , | |||
| const TIL_Region * | , | |||
| float | , | |||
| int | , | |||
| void * | ||||
| ) | [inline, virtual] |
Definition at line 92 of file RU_AlgorithmTemplates.h.
RU_Algorithm* RU_BinaryOp< Type, fast >::myAlg [protected] |
Definition at line 100 of file RU_AlgorithmTemplates.h.
1.5.9