Output in gnuplot (http://www.gnuplot.info) format. More...


Public Member Functions | |
| TypeName ("gnuplot") | |
| Runtime type information. More... | |
| gnuplotGraph () | |
| Construct null. More... | |
| ~gnuplotGraph () | |
| Destructor. More... | |
| const word & | ext () const |
| Return the appropriate fileName extension. More... | |
| void | write (const graph &, Ostream &os) const |
| Write graph in appropriate format. More... | |
Public Member Functions inherited from graph::writer | |
| TypeName ("writer") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, writer, word,(),()) | |
| Declare run-time constructor selection table. More... | |
| writer () | |
| Construct null. More... | |
| virtual | ~writer () |
| Destructor. More... | |
Static Public Attributes | |
| static const word | ext_ |
| FileName extension for this graph format. More... | |
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. More... | |
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 48 of file gnuplotGraph.H.
|
inline |
Construct null.
Definition at line 65 of file gnuplotGraph.H.
|
inline |
Destructor.
Definition at line 70 of file gnuplotGraph.H.
References gnuplotGraph::ext(), gnuplotGraph::ext_, and gnuplotGraph::write().

| TypeName | ( | "gnuplot" | ) |
Runtime type information.
|
inlinevirtual |
Return the appropriate fileName extension.
for this graph format
Implements graph::writer.
Definition at line 80 of file gnuplotGraph.H.
Referenced by gnuplotGraph::~gnuplotGraph().

Write graph in appropriate format.
Implements graph::writer.
Definition at line 43 of file gnuplotGraph.C.
References Foam::endl(), forAllConstIter(), IOstream::name(), graph::title(), graph::x(), graph::xName(), and graph::yName().
Referenced by gnuplotGraph::~gnuplotGraph().


|
static |
FileName extension for this graph format.
Definition at line 59 of file gnuplotGraph.H.
Referenced by gnuplotGraph::~gnuplotGraph().
1.8.11