rasdaman complete source
Public Member Functions | List of all members
QLMarrayOp Class Reference

#include <algebraops.hh>

Inheritance diagram for QLMarrayOp:
MarrayOp

Public Member Functions

 QLMarrayOp (QtOperation *newCellExpression, std::vector< QtData * > *newDataList, std::string &newIteratorName, BaseType *newResType, unsigned int newResOff=0)
 constructor More...
 
virtual ~QLMarrayOp ()
 virtual destructor More...
 
virtual void operator() (char *result, const r_Point &p)
 operator that carries out the cell expression on point { p}. More...
 
- Public Member Functions inherited from MarrayOp
 MarrayOp (const BaseType *newResType, unsigned int newResOff=0)
 
virtual ~MarrayOp ()
 

Additional Inherited Members

- Protected Attributes inherited from MarrayOp
const BaseTyperesType
 
unsigned int resOff
 

Constructor & Destructor Documentation

QLMarrayOp::QLMarrayOp ( QtOperation newCellExpression,
std::vector< QtData * > *  newDataList,
std::string &  newIteratorName,
BaseType newResType,
unsigned int  newResOff = 0 
)

constructor

virtual QLMarrayOp::~QLMarrayOp ( )
virtual

virtual destructor

Constructor gets cell expression pointer, data vector for bounded variables, cell type, and type offset

Member Function Documentation

virtual void QLMarrayOp::operator() ( char *  result,
const r_Point p 
)
virtual

operator that carries out the cell expression on point { p}.

Reimplemented from MarrayOp.


The documentation for this class was generated from the following file: