34 #ifndef _ALGEBRAOPS_HH_
35 #define _ALGEBRAOPS_HH__
65 std::string &newIteratorName,
66 BaseType* newResType,
unsigned int newResOff = 0 );
83 std::vector<QtData*>* dataList;
86 std::string iteratorName;
106 std::vector<QtData*>* newDataList,
107 std::string &newIteratorName,
109 unsigned int newResOff,
111 char* newInitVal = 0 );
131 std::vector<QtData*>* dataList;
134 std::string iteratorName;
Definition: algebraops.hh:100
virtual void operator()(const r_Point &p)
operator that carries out the cell expression on point { p}.
QLMarrayOp(QtOperation *newCellExpression, std::vector< QtData * > *newDataList, std::string &newIteratorName, BaseType *newResType, unsigned int newResOff=0)
constructor
Definition: algebraops.hh:60
virtual ~QLMarrayOp()
virtual destructor
virtual ~QLCondenseOp()
virtual destructor
QLCondenseOp(QtOperation *newCellExpression, QtOperation *newCondExpression, std::vector< QtData * > *newDataList, std::string &newIteratorName, BaseType *newResType, unsigned int newResOff, BinaryOp *newAccuOp, char *newInitVal=0)
constructor
Definition: relcatalogif/basetype.hh:66
virtual void operator()(char *result, const r_Point &p)
operator that carries out the cell expression on point { p}.
Definition: qtoperation.hh:57