Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/) More...
Public Member Functions | |
TypeName ("xmgr") | |
Runtime type information. More... | |
xmgrGraph () | |
Construct null. More... | |
~xmgrGraph () | |
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 and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/)
Definition at line 49 of file xmgrGraph.H.
|
inline |
Construct null.
Definition at line 66 of file xmgrGraph.H.
|
inline |
Destructor.
Definition at line 71 of file xmgrGraph.H.
References xmgrGraph::ext(), xmgrGraph::ext_, and xmgrGraph::write().
TypeName | ( | "xmgr" | ) |
Runtime type information.
|
inlinevirtual |
Return the appropriate fileName extension.
for this graph format
Implements graph::writer.
Definition at line 81 of file xmgrGraph.H.
Referenced by xmgrGraph::~xmgrGraph().
Write graph in appropriate format.
Implements graph::writer.
Definition at line 43 of file xmgrGraph.C.
References Foam::endl(), forAllConstIter, Foam::nl, graph::title(), graph::x(), graph::xName(), and graph::yName().
Referenced by xmgrGraph::~xmgrGraph().
|
static |
FileName extension for this graph format.
Definition at line 60 of file xmgrGraph.H.
Referenced by xmgrGraph::~xmgrGraph().