FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

jplotGraph Class Reference

jplot graph output More...

#include <OpenFOAM/jplotGraph.H>


Detailed Description

jplot graph output

Source files

Definition at line 49 of file jplotGraph.H.

Inheritance diagram for jplotGraph:
Collaboration diagram for jplotGraph:

List of all members.

Public Member Functions

 TypeName ("jplot")
 Runtime type information.
 jplotGraph ()
 Construct null.
 ~jplotGraph ()
const word &  ext () const
 Return the appropriate fileName extension.
void  write (const graph &, Ostream &os) const
 Write graph in appropriate format.

Static Public Attributes

static const word  ext_
 FileName extension for this graph format.

Constructor & Destructor Documentation

jplotGraph (  ) [inline]

Construct null.

Definition at line 66 of file jplotGraph.H.

~jplotGraph (  ) [inline]

Definition at line 72 of file jplotGraph.H.


Member Function Documentation

TypeName ( "jplot"    )

Runtime type information.

const word& ext (  ) const [inline, virtual]

Return the appropriate fileName extension.

for this graph format

Implements graph::writer.

Definition at line 82 of file jplotGraph.H.

References jplotGraph::ext_.

void write ( const graph &   ,
Ostream &    
) const [virtual]

Write graph in appropriate format.

Implements graph::writer.

Definition at line 44 of file jplotGraph.C.

References HashTable< T, Key, Hash >::begin(), HashTable< T, Key, Hash >::end(), Foam::endl(), Foam::name(), graph::writeTable(), and graph::xName().


Member Data Documentation

const Foam::word ext_ [static]

FileName extension for this graph format.

Definition at line 60 of file jplotGraph.H.

Referenced by jplotGraph::ext().


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