MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <OpFunc.h>
Public Member Functions | |
void | op (const Eref &e) const |
OpFunc0 (void(T::*func)()) | |
![]() | |
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_ )() |
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... | |
Implements OpFunc0Base.
Definition at line 20 of file OpFunc.h.
References Eref::data(), and OpFunc0< T >::func_.
|
private |
Definition at line 24 of file OpFunc.h.
Referenced by OpFunc0< T >::op().