Public Member Functions | Static Public Attributes | List of all members
jplotGraph Class Reference

jplot graph output More...

Inheritance diagram for jplotGraph:
Inheritance graph
[legend]
Collaboration diagram for jplotGraph:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("jplot")
 Runtime type information. More...
 
 jplotGraph ()
 Construct null. More...
 
 ~jplotGraph ()
 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

jplot graph output

Source files

Definition at line 48 of file jplotGraph.H.

Constructor & Destructor Documentation

jplotGraph ( )
inline

Construct null.

Definition at line 65 of file jplotGraph.H.

~jplotGraph ( )
inline

Destructor.

Definition at line 70 of file jplotGraph.H.

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

Here is the call graph for this function:

Member Function Documentation

TypeName ( "jplot"  )

Runtime type information.

const word& ext ( ) const
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().

Here is the caller graph for this function:

void write ( const graph ,
Ostream  
) const
virtual

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const word ext_
static

FileName extension for this graph format.

Definition at line 59 of file jplotGraph.H.

Referenced by jplotGraph::~jplotGraph().


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