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, A1 arg1, A2 arg2, A3 arg3) 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 193 of file OpFuncBase.h.
|
inlinevirtual |
|
virtual |
Implements OpFunc.
Definition at line 299 of file HopFunc.h.
Referenced by SetGet3< A1, A2, A3 >::set().
|
pure virtual |
Implemented in HopFunc3< A1, A2, A3 >, EpFunc3< T, A1, A2, A3 >, and OpFunc3< T, A1, A2, A3 >.
Referenced by OpFunc3Base< A1, A2, A3 >::opBuffer(), SrcFinfo3< T1, T2, T3 >::send(), and SetGet3< A1, A2, A3 >::set().
|
inlinevirtual |
Executes the OpFunc by converting args.
Implements OpFunc.
Definition at line 206 of file OpFuncBase.h.
References Conv< T >::buf2val(), and OpFunc3Base< A1, A2, A3 >::op().
|
inlinevirtual |
Implements OpFunc.
Definition at line 213 of file OpFuncBase.h.
References Conv< T >::rttiType().