Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/) More...
#include <OpenFOAM/xmgrGraph.H>
Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/)
Definition at line 50 of file xmgrGraph.H.
Inheritance diagram for xmgrGraph:
Collaboration diagram for xmgrGraph:Public Member Functions | |
| TypeName ("xmgr") | |
| Runtime type information.
| |
| xmgrGraph () | |
| Construct null.
| |
| ~xmgrGraph () | |
| 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.
| |
| xmgrGraph | ( | ) | [inline]
|
Construct null.
Definition at line 67 of file xmgrGraph.H.
| ~xmgrGraph | ( | ) | [inline]
|
Definition at line 73 of file xmgrGraph.H.
| TypeName | ( | "xmgr" | ) |
Runtime type information.
| const word& ext | ( | ) | const [inline, virtual]
|
Return the appropriate fileName extension.
for this graph format
Implements graph::writer.
Definition at line 83 of file xmgrGraph.H.
References xmgrGraph::ext_.
Write graph in appropriate format.
Implements graph::writer.
Definition at line 43 of file xmgrGraph.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 61 of file xmgrGraph.H.
Referenced by xmgrGraph::ext().