Output in gnuplot (http://www.gnuplot.info) format. More...
#include <OpenFOAM/gnuplotGraph.H>
Output in gnuplot (http://www.gnuplot.info) format.
Definition at line 49 of file gnuplotGraph.H.
Public Member Functions | |
TypeName ("gnuplot") | |
Runtime type information.
| |
gnuplotGraph () | |
Construct null.
| |
~gnuplotGraph () | |
const word & | ext () const |
Return the appropriate fileName extension.
| |
void | write (const graph &, Ostream &os) const |
Write graph in appropriate format.
| |
Static Public Attributes | |
static const word | ext_ |
FileName extension for this graph format.
|
gnuplotGraph | ( | ) | [inline]
|
Construct null.
Definition at line 66 of file gnuplotGraph.H.
~gnuplotGraph | ( | ) | [inline]
|
Definition at line 72 of file gnuplotGraph.H.
TypeName | ( | "gnuplot" | ) |
Runtime type information.
const word& ext | ( | ) | const [inline, virtual]
|
Return the appropriate fileName extension.
for this graph format
Implements graph::writer.
Definition at line 82 of file gnuplotGraph.H.
References gnuplotGraph::ext_.
Write graph in appropriate format.
Implements graph::writer.
Definition at line 45 of file gnuplotGraph.C.
References HashTable< T, Key, Hash >::begin(), HashTable< T, Key, Hash >::end(), Foam::endl(), IOstream::name(), graph::title(), graph::writer::writeXY(), graph::x(), graph::xName(), and graph::yName().
const Foam::word ext_ [static]
|
FileName extension for this graph format.
Definition at line 60 of file gnuplotGraph.H.
Referenced by gnuplotGraph::ext().