xmgrGraph Class Reference

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

Inheritance diagram for xmgrGraph:
Collaboration diagram for xmgrGraph:

Public Member Functions

 TypeName ("xmgr")
 Runtime type information. More...
 
 xmgrGraph ()
 Construct null. More...
 
 ~xmgrGraph ()
 Destructor. More...
 
const wordext () 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< writerNew (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
 

Detailed Description

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

Source files

Definition at line 49 of file xmgrGraph.H.

Constructor & Destructor Documentation

◆ xmgrGraph()

xmgrGraph ( )
inline

Construct null.

Definition at line 66 of file xmgrGraph.H.

◆ ~xmgrGraph()

~xmgrGraph ( )
inline

Destructor.

Definition at line 71 of file xmgrGraph.H.

References xmgrGraph::ext(), xmgrGraph::ext_, and xmgrGraph::write().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "xmgr"  )

Runtime type information.

◆ ext()

const word& ext ( ) const
inlinevirtual

Return the appropriate fileName extension.

for this graph format

Implements graph::writer.

Definition at line 81 of file xmgrGraph.H.

Referenced by xmgrGraph::~xmgrGraph().

Here is the caller graph for this function:

◆ write()

void write ( const graph ,
Ostream  
) const
virtual

Write graph in appropriate format.

Implements graph::writer.

Definition at line 43 of file xmgrGraph.C.

References Foam::endl(), forAllConstIter(), IOstream::name(), Foam::nl, graph::title(), graph::x(), graph::xName(), and graph::yName().

Referenced by xmgrGraph::~xmgrGraph().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ext_

const word ext_
static

FileName extension for this graph format.

Definition at line 60 of file xmgrGraph.H.

Referenced by xmgrGraph::~xmgrGraph().


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