
Public Member Functions | |
| vtkFile (const fileSystem dir, const word &bName, real time) | |
| virtual | ~vtkFile ()=default |
| oFstream & | operator() () |
| operator bool () const | |
| bool | operator! () const |
| virtual fileSystem | fileName () const |
Protected Member Functions | |
| bool | openStream () |
| virtual bool | writeHeader () |
Protected Attributes | |
| fileSystem | dirPath_ |
| word | baseName_ |
| real | time_ = 0.0 |
| uniquePtr< oFstream > | oStream_ = nullptr |
Definition at line 33 of file vtkFile.hpp.
| vtkFile | ( | const fileSystem | dir, |
| const word & | bName, | ||
| real | time | ||
| ) |
Definition at line 49 of file vtkFile.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.

|
virtualdefault |
|
protected |
Definition at line 24 of file vtkFile.cpp.
References vtkFile::fileName(), vtkFile::oStream_, and vtkFile::writeHeader().
Referenced by vtkFile::operator()().


|
protectedvirtual |
|
inline |
Definition at line 55 of file vtkFile.hpp.
References pFlow::endl(), fatalErrorInFunction, fatalExit, vtkFile::fileName(), vtkFile::openStream(), and vtkFile::oStream_.

|
inlineexplicit |
Definition at line 69 of file vtkFile.hpp.
References vtkFile::oStream_.
|
inline |
Definition at line 76 of file vtkFile.hpp.
References vtkFile::oStream_.
|
virtual |
Definition at line 70 of file vtkFile.cpp.
References pFlow::int322Word().
Referenced by pFlow::TSFtoVTK::convertTimeFolderTriSurfaceFields(), vtkFile::openStream(), and vtkFile::operator()().


|
protected |
Definition at line 37 of file vtkFile.hpp.
|
protected |
Definition at line 39 of file vtkFile.hpp.
|
protected |
Definition at line 41 of file vtkFile.hpp.
Definition at line 43 of file vtkFile.hpp.
Referenced by vtkFile::openStream(), vtkFile::operator bool(), vtkFile::operator!(), and vtkFile::operator()().