#include <ops.hh>
GenCondenseOp::GenCondenseOp |
( |
const BaseType * |
newResType, |
|
|
unsigned int |
newResOff, |
|
|
BinaryOp * |
newAccuOp, |
|
|
char * |
newInitVal = 0 |
|
) |
| |
virtual GenCondenseOp::~GenCondenseOp |
( |
| ) |
|
|
virtual |
returns binary accumulation op (needed in class {Tile}.
char* GenCondenseOp::getAccuVal |
( |
| ) |
|
returns accumulated result.
unsigned int GenCondenseOp::getResultOff |
( |
| ) |
|
returns result offset (needed in class {Tile}.
const BaseType* GenCondenseOp::getResultType |
( |
| ) |
|
returns result type (needed in class {Tile}.
virtual void GenCondenseOp::operator() |
( |
const r_Point & |
p | ) |
|
|
virtual |
operator to carry out operation on { p}. Has a dummy implementation.
Reimplemented in QLCondenseOp.
char* GenCondenseOp::initVal |
|
protected |
int GenCondenseOp::myInitVal |
|
protected |
unsigned int GenCondenseOp::resOff |
|
protected |
The documentation for this class was generated from the following file: