A raw xy graph output. More...
#include <OpenFOAM/rawGraph.H>
Public Member Functions | |
TypeName ("raw") | |
Runtime type information. | |
rawGraph () | |
Construct null. | |
~rawGraph () | |
const word & | ext () const |
Return the appropriate fileName extension. | |
void | write (const graph &, Ostream &os) const |
Write graph in appropriate format. | |
![]() | |
TypeName ("writer") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, writer, word,(),()) | |
Declare run-time constructor selection table. | |
writer () | |
Construct null. | |
virtual | ~writer () |
Static Public Attributes | |
static const word | ext_ |
FileName extension for this graph format. |
Additional Inherited Members | |
![]() | |
static autoPtr< writer > | New (const word &writeFormat) |
Return a reference to the selected writer. | |
![]() | |
void | writeXY (const scalarField &x, const scalarField &y, Ostream &) const |
|
inline |
Construct null.
Definition at line 66 of file rawGraph.H.
|
inline |
Definition at line 72 of file rawGraph.H.
TypeName | ( | "raw" | ) |
Runtime type information.
|
inlinevirtual |
Return the appropriate fileName extension.
for this graph format
Implements graph::writer.
Definition at line 82 of file rawGraph.H.
References rawGraph::ext_.
Write graph in appropriate format.
Implements graph::writer.
Definition at line 44 of file rawGraph.C.
References graph::writeTable().
|
static |
FileName extension for this graph format.
Definition at line 60 of file rawGraph.H.
Referenced by rawGraph::ext().