A raw xy graph output. More...


Public Member Functions | |
| TypeName ("raw") | |
| Runtime type information. More... | |
| rawGraph () | |
| Construct null. More... | |
| ~rawGraph () | |
| 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 |
|
inline |
Construct null.
Definition at line 65 of file rawGraph.H.
|
inline |
Destructor.
Definition at line 70 of file rawGraph.H.
References rawGraph::ext(), rawGraph::ext_, and rawGraph::write().

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

Write graph in appropriate format.
Implements graph::writer.
Definition at line 43 of file rawGraph.C.
References graph::writeTable().
Referenced by rawGraph::~rawGraph().


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