rasdaman complete source
|
#include <ops.hh>
Public Member Functions | |
OpIDENTITYComplex (const BaseType *, const BaseType *, unsigned int=0, unsigned int=0) | |
virtual void | operator() (char *result, const char *op) |
operator to carry out operation on { op}. More... | |
![]() | |
UnaryOp (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) | |
virtual | ~UnaryOp () |
Additional Inherited Members | |
![]() | |
const BaseType * | opType |
const BaseType * | resType |
unsigned int | resOff |
unsigned int | opOff |
OpIDENTITYComplex::OpIDENTITYComplex | ( | const BaseType * | , |
const BaseType * | , | ||
unsigned | int = 0 , |
||
unsigned | int = 0 |
||
) |
|
virtual |
operator to carry out operation on { op}.
Implements UnaryOp.