#include <tecplotwriter.h>


Public Member Functions | |
| TecplotWriter () | |
| Default constructor. More... | |
| TecplotWriter (string rFilename) | |
| Constructor. More... | |
| ~TecplotWriter () | |
| Destructor. More... | |
| void | setOutputFilename (string rFilename) |
| Set filename. More... | |
| string | getOutputFilename () |
| Get filename. More... | |
| bool | init () |
| Initialize writer. More... | |
Protected Attributes | |
| string | mFilename |
| ofstream | mFileHandle |
Definition at line 33 of file tecplotwriter.h.
| TecplotWriter | ( | ) |
| TecplotWriter | ( | string | rFilename | ) |
Constructor.
| rFilename | Output filename |
Definition at line 19 of file tecplotwriter.cpp.
References setOutputFilename().

| ~TecplotWriter | ( | ) |
| string getOutputFilename | ( | ) |
Get filename.
Definition at line 47 of file tecplotwriter.cpp.
References mFilename.
| bool init | ( | ) |
Initialize writer.
Definition at line 54 of file tecplotwriter.cpp.
References mFileHandle, and mFilename.
| void setOutputFilename | ( | string | rFilename | ) |
Set filename.
| rFilename | Output filename |
Definition at line 39 of file tecplotwriter.cpp.
References mFilename.
Referenced by TecplotWriter().

|
protected |
Definition at line 74 of file tecplotwriter.h.
Referenced by init(), TecplotOrderedWriter::writeFile(), TecplotOrderedWriter::writePartition(), TecplotOrderedWriter::writePoints(), and ~TecplotWriter().
|
protected |
Definition at line 72 of file tecplotwriter.h.
Referenced by getOutputFilename(), init(), setOutputFilename(), and TecplotWriter().