Abstraction of an output file for ensight. More...
Public Member Functions | |
| DumpWEnsight7OutFile (DumpWEnsight7 &dw, const String &filename, int outtype) | |
| void | syncFile () |
| std::ostream & | operator() () |
Private Attributes | |
| DumpWEnsight7 & | m_dw |
| String | m_filename |
| bool | m_is_master |
| bool | m_is_parallel_output |
| std::ostream * | m_stream |
| std::ostringstream | m_strstream |
| std::ofstream * | m_filestream |
Abstraction of an output file for ensight.
In the sequential case, it is actually a file. In the parallel case, it can be a file or a memory stream depending on whether it is a master or slave processor.
Definition at line 1359 of file DumpWEnsight7.cc.
|
inline |
Definition at line 1363 of file DumpWEnsight7.cc.
|
inline |
Definition at line 1383 of file DumpWEnsight7.cc.
|
inline |
Definition at line 1463 of file DumpWEnsight7.cc.
|
inline |
Definition at line 1390 of file DumpWEnsight7.cc.
|
private |
Definition at line 1467 of file DumpWEnsight7.cc.
|
private |
Definition at line 1468 of file DumpWEnsight7.cc.
|
private |
Definition at line 1473 of file DumpWEnsight7.cc.
|
private |
Definition at line 1469 of file DumpWEnsight7.cc.
|
private |
Definition at line 1470 of file DumpWEnsight7.cc.
|
private |
Definition at line 1471 of file DumpWEnsight7.cc.
|
private |
Definition at line 1472 of file DumpWEnsight7.cc.