rawWriter Class Reference

A raw xy graph output. More...

Inheritance diagram for rawWriter:
[legend]
Collaboration diagram for rawWriter:
[legend]

Public Member Functions

 TypeNameNoDebug ("raw")
 Runtime type information. More...
 
 rawWriter ()=default
 Default construct. More...
 
 ~rawWriter ()=default
 Destructor. More...
 
word ext () const
 The fileName extension for this graph format. More...
 
void write (const graph &, Ostream &os) const
 Write. 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 ()=default
 Default construct. More...
 
virtual ~writer ()=default
 Destructor. More...
 
virtual word ext () const =0
 The fileName extension for this graph format. More...
 
virtual void write (const graph &, Ostream &) const =0
 Write graph in appropriate 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

A raw xy graph output.

Source files

Definition at line 53 of file rawGraphWriter.H.

Constructor & Destructor Documentation

◆ rawWriter()

rawWriter ( )
default

Default construct.

◆ ~rawWriter()

~rawWriter ( )
default

Destructor.

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "raw"  )

Runtime type information.

◆ ext()

word ext ( ) const
inlinevirtual

The fileName extension for this graph format.

Implements graph::writer.

Definition at line 72 of file rawGraphWriter.H.

◆ write()

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

Write.

Implements graph::writer.

Definition at line 48 of file rawGraphWriter.C.

References g, and os().

Here is the call graph for this function:

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