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

A raw xy graph output. More...

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

Public Member Functions

 TypeName ("raw")
 
 rawGraph ()
 
 ~rawGraph ()
 
const wordext () const
 
void write (const graph &, Ostream &os) const
 
- Public Member Functions inherited from graph::writer
 TypeName ("writer")
 
 declareRunTimeSelectionTable (autoPtr, writer, word,(),())
 
 writer ()
 
virtual ~writer ()=default
 

Static Public Attributes

static const word ext_
 

Additional Inherited Members

- Static Public Member Functions inherited from graph::writer
static autoPtr< writerNew (const word &writeFormat)
 
- Protected Member Functions inherited from graph::writer
void writeXY (const scalarField &x, const scalarField &y, Ostream &) const
 

Detailed Description

A raw xy graph output.

Source files

Definition at line 46 of file rawGraph.H.

Constructor & Destructor Documentation

◆ rawGraph()

rawGraph ( )
inline

Definition at line 63 of file rawGraph.H.

◆ ~rawGraph()

~rawGraph ( )
inline

Definition at line 68 of file rawGraph.H.

Member Function Documentation

◆ TypeName()

TypeName ( "raw"  )

◆ ext()

const word& ext ( ) const
inlinevirtual

Implements graph::writer.

Definition at line 78 of file rawGraph.H.

References rawGraph::ext_.

◆ write()

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

Implements graph::writer.

Definition at line 38 of file rawGraph.C.

References g, and os().

Here is the call graph for this function:

Member Data Documentation

◆ ext_

const word ext_
static

Definition at line 57 of file rawGraph.H.

Referenced by rawGraph::ext().


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