Output in gnuplot (http://www.gnuplot.info) format. More...
#include <gnuplotGraphWriter.H>


Public Member Functions | |
| TypeNameNoDebug ("gnuplot") | |
| Runtime type information. | |
| gnuplotWriter ()=default | |
| Default construct. | |
| ~gnuplotWriter ()=default | |
| Destructor. | |
| word | ext () const |
| The fileName extension for this graph format. | |
| void | write (const graph &, Ostream &os) const |
| Write. | |
| Public Member Functions inherited from graph::writer | |
| TypeName ("writer") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, writer, word,(),()) | |
| Declare run-time constructor selection table. | |
| writer ()=default | |
| Default construct. | |
| virtual | ~writer ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from graph::writer | |
| static autoPtr< writer > | New (const word &writeFormat) |
| Return a reference to the selected writer. | |
| Protected Member Functions inherited from graph::writer | |
| void | writeXY (const scalarField &x, const scalarField &y, Ostream &) const |
Output in gnuplot (http://www.gnuplot.info) format.
Definition at line 49 of file gnuplotGraphWriter.H.
|
default |
Default construct.
|
default |
Destructor.
| TypeNameNoDebug | ( | "gnuplot" | ) |
Runtime type information.
|
inlinevirtual |
The fileName extension for this graph format.
Implements graph::writer.
Definition at line 76 of file gnuplotGraphWriter.H.
Write.
Implements graph::writer.
Definition at line 41 of file gnuplotGraphWriter.C.
References forAllConstIters, g, Foam::nl, os(), and graph::writer::writeXY().
