Loading...
Searching...
No Matches
xmgraceWriter Class Reference

Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/). More...

#include <xmgraceGraphWriter.H>

Inheritance diagram for xmgraceWriter:
Collaboration diagram for xmgraceWriter:

Public Member Functions

 TypeNameNoDebug ("xmgr")
 Runtime type information.
 xmgraceWriter ()=default
 Default construct.
 ~xmgraceWriter ()=default
 Destructor.
word ext () const
 The fileName extension for this graph format.
void write (const graph &, Ostream &os) const
 Write.
Public Member Functions inherited from graph::writer
 TypeName ("writer")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, writer, word,(),())
 Declare run-time constructor selection table.
 writer ()=default
 Default construct.
virtual ~writer ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from graph::writer
static autoPtr< writerNew (const word &writeFormat)
 Return a reference to the selected writer.
Protected Member Functions inherited from graph::writer
void writeXY (const scalarField &x, const scalarField &y, Ostream &) const

Detailed Description

Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/).

Source files

Definition at line 50 of file xmgraceGraphWriter.H.

Constructor & Destructor Documentation

◆ xmgraceWriter()

xmgraceWriter ( )
default

Default construct.

◆ ~xmgraceWriter()

~xmgraceWriter ( )
default

Destructor.

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "xmgr" )

Runtime type information.

◆ ext()

word ext ( ) const
inlinevirtual

The fileName extension for this graph format.

Implements graph::writer.

Definition at line 77 of file xmgraceGraphWriter.H.

◆ write()

void write ( const graph & g,
Ostream & os ) const
virtual

Write.

Implements graph::writer.

Definition at line 42 of file xmgraceGraphWriter.C.

References Foam::endl(), forAllConstIters, g, Foam::nl, os(), and graph::writer::writeXY().

Here is the call graph for this function:

The documentation for this class was generated from the following files: