FreePOOMA
2.4.1
|
PerformPrintField struct: a simple wrapper around the templated 'print' method of PrintField. More...
#include <PrintField.h>
Static Public Member Functions | |
template<class S , class A > | |
static void | print (const PrintField &, S &, const A &) |
PerformPrintField struct: a simple wrapper around the templated 'print' method of PrintField.
This struct defines one static method 'print', which prints an field to a stream (the two template parameters). The Dim parameter is used to specialize this to the case of a 1D domain. This is called by the 'print' templated member function of PrintField.
void PerformPrintField< Dim >::print | ( | const PrintField & | p, |
S & | s, | ||
const A & | a | ||
) | [static] |