Public Member Functions | |
ensightBinaryStream (const fileName &f, const Time &) | |
Construct from components. More... | |
virtual | ~ensightBinaryStream () |
Destructor. More... | |
virtual bool | ascii () const |
virtual void | write (const char *val) |
virtual void | write (const int val) |
virtual void | write (const scalarField &sf) |
virtual void | write (const List< int > &sf) |
virtual void | writePartHeader (const label partI) |
Public Member Functions inherited from ensightStream | |
ensightStream (const fileName &f) | |
Construct from components. More... | |
virtual | ~ensightStream () |
Destructor. More... | |
const fileName & | name () const |
Definition at line 47 of file ensightBinaryStream.H.
|
inline |
Construct from components.
Definition at line 71 of file ensightBinaryStream.H.
|
inlinevirtual |
Destructor.
Definition at line 86 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 92 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 97 of file ensightBinaryStream.H.
Referenced by ensightBinaryStream::writePartHeader().
|
inlinevirtual |
Implements ensightStream.
Definition at line 104 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 109 of file ensightBinaryStream.H.
References forAll, and List< T >::size().
|
inlinevirtual |
Implements ensightStream.
Definition at line 128 of file ensightBinaryStream.H.
References UList< T >::begin(), and List< T >::size().
|
inlinevirtual |
Implements ensightStream.
Definition at line 137 of file ensightBinaryStream.H.
References ensightBinaryStream::write().