Public Member Functions | |
ensightAsciiStream (const fileName &f, const Time &runTime) | |
Construct from components. More... | |
ensightAsciiStream (const ensightAsciiStream &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~ensightAsciiStream () |
Destructor. More... | |
virtual bool | ascii () const |
virtual void | write (const char *c) |
virtual void | write (const int v) |
virtual void | write (const scalarField &sf) |
virtual void | write (const List< int > &sf) |
virtual void | writePartHeader (const label partI) |
void | operator= (const ensightAsciiStream &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from ensightStream | |
ensightStream (const fileName &f) | |
Construct from components. More... | |
ensightStream (const ensightStream &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~ensightStream () |
Destructor. More... | |
const fileName & | name () const |
void | operator= (const ensightStream &)=delete |
Disallow default bitwise assignment. More... | |
Definition at line 48 of file ensightAsciiStream.H.
|
inline |
Construct from components.
Definition at line 63 of file ensightAsciiStream.H.
References OSstream::precision(), Foam::scientific(), and IOstream::setf().
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 84 of file ensightAsciiStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 90 of file ensightAsciiStream.H.
|
inlinevirtual |
|
inlinevirtual |
Implements ensightStream.
Definition at line 100 of file ensightAsciiStream.H.
References Foam::nl, and Foam::setw().
|
inlinevirtual |
Implements ensightStream.
Definition at line 105 of file ensightAsciiStream.H.
References Foam::floatScalarVSmall, forAll, Foam::mag(), Foam::nl, and Foam::setw().
|
inlinevirtual |
Implements ensightStream.
Definition at line 120 of file ensightAsciiStream.H.
References forAll, Foam::nl, and Foam::setw().
|
inlinevirtual |
Implements ensightStream.
Definition at line 129 of file ensightAsciiStream.H.
References Foam::nl, ensightAsciiStream::operator=(), and Foam::setw().
|
delete |
Disallow default bitwise assignment.
Referenced by ensightAsciiStream::writePartHeader().