FreeFOAM The Cross-Platform CFD Toolkit
xmgrGraph Class Reference

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

#include <OpenFOAM/xmgrGraph.H>


Detailed Description

+ Inheritance diagram for xmgrGraph:
+ Collaboration diagram for xmgrGraph:

List of all members.

Public Member Functions

 TypeName ("xmgr")
 Runtime type information.
 xmgrGraph ()
 Construct null.
 ~xmgrGraph ()
const wordext () const
 Return the appropriate fileName extension.
void write (const graph &, Ostream &os) const
 Write graph in appropriate format.
- Public Member Functions inherited from graph::writer
 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 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

Constructor & Destructor Documentation

xmgrGraph ( )
inline

Construct null.

Definition at line 67 of file xmgrGraph.H.

~xmgrGraph ( )
inline

Definition at line 73 of file xmgrGraph.H.


Member Function Documentation

TypeName ( "xmgr"  )

Runtime type information.

const word& ext ( ) const
inlinevirtual

Return the appropriate fileName extension.

for this graph format

Implements graph::writer.

Definition at line 83 of file xmgrGraph.H.

References xmgrGraph::ext_.

void write ( const graph ,
Ostream  
) const
virtual

Member Data Documentation

const Foam::word ext_
static

FileName extension for this graph format.

Definition at line 61 of file xmgrGraph.H.

Referenced by xmgrGraph::ext().


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