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, A5 arg5) 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 247 of file OpFuncBase.h.
|
inlinevirtual |
|
virtual |
Implements OpFunc.
Definition at line 364 of file HopFunc.h.
Referenced by SetGet5< A1, A2, A3, A4, A5 >::set().
|
pure virtual |
Implemented in HopFunc5< A1, A2, A3, A4, A5 >, EpFunc5< T, A1, A2, A3, A4, A5 >, and OpFunc5< T, A1, A2, A3, A4, A5 >.
Referenced by OpFunc5Base< A1, A2, A3, A4, A5 >::opBuffer(), SrcFinfo5< T1, T2, T3, T4, T5 >::send(), and SetGet5< A1, A2, A3, A4, A5 >::set().
|
inlinevirtual |
Executes the OpFunc by converting args.
Implements OpFunc.
Definition at line 259 of file OpFuncBase.h.
References Conv< T >::buf2val(), and OpFunc5Base< A1, A2, A3, A4, A5 >::op().
|
inlinevirtual |
Implements OpFunc.
Definition at line 268 of file OpFuncBase.h.
References Conv< T >::rttiType().