MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <OpFuncBase.h>
Public Member Functions | |
bool | checkFinfo (const Finfo *s) const |
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
const OpFunc * | makeHopFunc (HopIndex hopIndex, const L &index) const |
virtual void | op (const Eref &e, L index, ObjId recipient, FuncId fid) const =0 |
void | opBuffer (const Eref &e, double *buf) const |
Executes the OpFunc by converting args. More... | |
virtual A | returnOp (const Eref &e, const L &index) const =0 |
string | rttiType () const |
Public Member Functions inherited from OpFunc | |
OpFunc () | |
unsigned int | opIndex () const |
virtual void | opVecBuffer (const Eref &e, double *buf) const |
Executes the OpFunc for all data by converting a vector of args. More... | |
bool | setIndex (unsigned int i) |
Used when rebuilding the Fid->OpFunc mapping. More... | |
virtual | ~OpFunc () |
Additional Inherited Members | |
Static Public Member Functions inherited from OpFunc | |
static const OpFunc * | lookop (unsigned int opIndex) |
static unsigned int | rebuildOpIndex () |
cleans out the entire Ops vector. Returns size of orig vector. More... | |
This is the base class for all LookupGetOpFuncs.
Definition at line 362 of file OpFuncBase.h.
|
inlinevirtual |
Implements OpFunc.
Definition at line 365 of file OpFuncBase.h.
|
inlinevirtual |
Implements OpFunc.
Definition at line 375 of file OpFuncBase.h.
|
inline |
Definition at line 381 of file OpFuncBase.h.
|
pure virtual |
Implemented in GetEpFunc1< T, L, A >, and GetOpFunc1< T, L, A >.
|
inlinevirtual |
Executes the OpFunc by converting args.
Implements OpFunc.
Definition at line 388 of file OpFuncBase.h.
|
pure virtual |
Implemented in GetEpFunc1< T, L, A >, and GetOpFunc1< T, L, A >.
Referenced by LookupField< L, A >::get(), and LookupField< L, A >::getVec().
|
inlinevirtual |
Implements OpFunc.
Definition at line 392 of file OpFuncBase.h.
References Conv< T >::rttiType().