![]() |
|
Public Member Functions | |
TypeName ("writer") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, writer, word,(),()) | |
Declare run-time constructor selection table. | |
writer () | |
Construct null. | |
virtual | ~writer () |
virtual const word & | ext () const =0 |
Return the appropriate fileName extension. | |
virtual void | write (const graph &, Ostream &) const =0 |
Write graph in appropriate format. | |
Static Public Member Functions | |
autoPtr< writer > | New (const word &writeFormat) |
Return a reference to the selected writer. | |
Protected Member Functions | |
void | writeXY (const scalarField &x, const scalarField &y, Ostream &) const |
|
Construct null.
|
|
|
|
Declare run-time constructor selection table.
|
|
Return the appropriate fileName extension. for this graph format Implemented in gnuplotGraph, jplotGraph, rawGraph, and xmgrGraph. |
|
Return a reference to the selected writer.
|
|
Runtime type information.
|
|
Write graph in appropriate format.
Implemented in gnuplotGraph, jplotGraph, rawGraph, and xmgrGraph. |
|
|