MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <OpFuncBase.h>
Public Member Functions | |
bool | checkFinfo (const Finfo *s) const |
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
virtual void | op (const Eref &e) const =0 |
void | opBuffer (const Eref &e, double *buf) const |
Executes the OpFunc by converting args. More... | |
string | rttiType () const |
![]() | |
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 const OpFunc * | lookop (unsigned int opIndex) |
static unsigned int | rebuildOpIndex () |
cleans out the entire Ops vector. Returns size of orig vector. More... | |
Definition at line 79 of file OpFuncBase.h.
|
inlinevirtual |
Implements OpFunc.
Definition at line 82 of file OpFuncBase.h.
Implements OpFunc.
Definition at line 32 of file OpFuncBase.cpp.
Referenced by SetGet0::set().
|
pure virtual |
Implemented in EpFunc0< T >, HopFunc0, and OpFunc0< T >.
Referenced by opBuffer(), SrcFinfo0::send(), and SetGet0::set().
|
virtual |
Executes the OpFunc by converting args.
Implements OpFunc.
Definition at line 37 of file OpFuncBase.cpp.
References op().
|
inlinevirtual |