MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <EpFunc.h>
Public Member Functions | |
EpFunc3 (void(T::*func)(const Eref &, A1, A2, A3)) | |
void | op (const Eref &e, A1 arg1, A2 arg2, A3 arg3) const |
![]() | |
bool | checkFinfo (const Finfo *s) const |
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
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 () |
Private Attributes | |
void(T::* | func_ )(const Eref &e, A1, A2, A3) |
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... | |
|
inline |
|
inlinevirtual |
Implements OpFunc3Base< A1, A2, A3 >.
Definition at line 103 of file EpFunc.h.
References Eref::data(), and EpFunc3< T, A1, A2, A3 >::func_.
|
private |
Definition at line 109 of file EpFunc.h.
Referenced by EpFunc3< T, A1, A2, A3 >::op().