rasdaman complete source
|
#include <autogen_ops.hh>
Public Member Functions | |
OpABSCDouble (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=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 |
OpABSCDouble::OpABSCDouble | ( | const BaseType * | newResType, |
const BaseType * | newOpType, | ||
unsigned int | newResOff = 0 , |
||
unsigned int | newOpOff = 0 |
||
) |
|
virtual |
operator to carry out operation on { op}.
Implements UnaryOp.