|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HopFunc.h>
Inheritance diagram for HopFunc4< A1, A2, A3, A4 >:
Collaboration diagram for HopFunc4< A1, A2, A3, A4 >:Public Member Functions | |
| HopFunc4 (HopIndex hopIndex) | |
| void | op (const Eref &e, A1 arg1, A2 arg2, A3 arg3, A4 arg4) const |
Public Member Functions inherited from OpFunc4Base< A1, A2, A3, A4 > | |
| 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 |
Public Member Functions inherited from OpFunc | |
| 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 | |
| HopIndex | hopIndex_ |
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... | |
|
inline |
|
inlinevirtual |
Implements OpFunc4Base< A1, A2, A3, A4 >.
Definition at line 314 of file HopFunc.h.
References addToBuf(), dispatchBuffers(), HopFunc4< A1, A2, A3, A4 >::hopIndex_, and Conv< T >::val2buf().
Here is the call graph for this function:
|
private |
Definition at line 326 of file HopFunc.h.
Referenced by HopFunc4< A1, A2, A3, A4 >::op().