MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <EpFunc.h>
Public Member Functions | |
EpFunc1 (void(T::*func)(const Eref &, A)) | |
void | op (const Eref &e, A arg) const |
Public Member Functions inherited from OpFunc1Base< A > | |
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... | |
virtual void | opVec (const Eref &e, const vector< A > &arg, const OpFunc1Base< A > *op) const |
void | opVecBuffer (const Eref &e, double *buf) const |
Executes the OpFunc for all data by converting a vector of args. More... | |
string | rttiType () const |
Public Member Functions inherited from OpFunc | |
OpFunc () | |
unsigned int | opIndex () const |
bool | setIndex (unsigned int i) |
Used when rebuilding the Fid->OpFunc mapping. More... | |
virtual | ~OpFunc () |
Private Attributes | |
void(T::* | func_ )(const Eref &e, A) |
Additional Inherited Members | |
Static Public Member Functions inherited from OpFunc | |
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 76 of file EpFunc.h.
Referenced by EpFunc1< T, ProcPtr >::op().