jplot graph output More...


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

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

Write graph in appropriate format.
Implements graph::writer.
Definition at line 43 of file jplotGraph.C.
References Foam::endl(), forAllConstIter(), Foam::name(), Foam::nl, graph::writeTable(), and graph::xName().
Referenced by jplotGraph::~jplotGraph().


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