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, A4 arg4) 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 220 of file OpFuncBase.h.
|
inlinevirtual |
|
virtual |
Implements OpFunc.
Definition at line 330 of file HopFunc.h.
Referenced by SetGet4< A1, A2, A3, A4 >::set().
|
pure virtual |
Implemented in HopFunc4< A1, A2, A3, A4 >, EpFunc4< T, A1, A2, A3, A4 >, and OpFunc4< T, A1, A2, A3, A4 >.
Referenced by OpFunc4Base< A1, A2, A3, A4 >::opBuffer(), SrcFinfo4< T1, T2, T3, T4 >::send(), and SetGet4< A1, A2, A3, A4 >::set().
|
inlinevirtual |
Executes the OpFunc by converting args.
Implements OpFunc.
Definition at line 232 of file OpFuncBase.h.
References Conv< T >::buf2val(), and OpFunc4Base< A1, A2, A3, A4 >::op().
|
inlinevirtual |
Implements OpFunc.
Definition at line 240 of file OpFuncBase.h.
References Conv< T >::rttiType().