Output to file stream. More...
#include <OpenFOAM/OFstream.H>
Output to file stream.
Definition at line 90 of file OFstream.H.
Public Member Functions | |
ClassName ("OFstream") | |
OFstream (const fileName &pathname, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED) | |
Construct from pathname.
| |
~OFstream () | |
const fileName & | name () const |
Return the name of the stream.
| |
fileName & | name () |
Return non-const access to the name of the stream.
| |
void | print (Ostream &) const |
Print description of IOstream to Ostream.
|
OFstream | ( | const fileName & | pathname, |
streamFormat | format = ASCII ,
|
||
versionNumber | version = currentVersion ,
|
||
compressionType | compression = UNCOMPRESSED
|
||
) |
Construct from pathname.
Definition at line 97 of file OFstream.C.
References Foam::endl(), and Foam::Info.
~OFstream | ( | ) |
Definition at line 135 of file OFstream.C.
ClassName | ( | "OFstream" | ) |
const fileName& name | ( | ) | const [inline, virtual]
|
Return the name of the stream.
Reimplemented from OSstream.
Definition at line 128 of file OFstream.H.
Referenced by polyDualMesh::calcFeatures(), probes::checkFieldTypes(), cyclicPolyPatch::coupledEdges(), cyclicPolyPatch::coupledPoints(), meshRefinement::dumpIntersections(), processorPolyPatch::initOrder(), processorPolyPatch::order(), cyclicPolyPatch::order(), OBJsurfaceFormat< Face >::write(), vtkSurfaceWriter< Type >::write(), rawSurfaceWriter< Type >::write(), dxSurfaceWriter< Type >::write(), graph::write(), surfaceFeatures::writeObj(), and STARCD::writeSurface().
fileName& name | ( | ) | [inline, virtual]
|
Return non-const access to the name of the stream.
Reimplemented from OSstream.
Definition at line 134 of file OFstream.H.
void print | ( | Ostream & | os ) | const [virtual]
|
Print description of IOstream to Ostream.
Reimplemented from OSstream.
Definition at line 141 of file OFstream.C.
References OSstream::print().