

Public Member Functions | |
| ensightBinaryStream (const fileName &f, const Time &) | |
| Construct from components. More... | |
| ensightBinaryStream (const ensightBinaryStream &)=delete | |
| Disallow default bitwise copy construction. 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) |
| void | operator= (const ensightBinaryStream &)=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 47 of file ensightBinaryStream.H.
|
inline |
Construct from components.
Definition at line 62 of file ensightBinaryStream.H.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 80 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 86 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 91 of file ensightBinaryStream.H.
Referenced by ensightBinaryStream::writePartHeader().

|
inlinevirtual |
Implements ensightStream.
Definition at line 98 of file ensightBinaryStream.H.
|
inlinevirtual |
Implements ensightStream.
Definition at line 103 of file ensightBinaryStream.H.
References UList< T >::begin(), forAll, and sf().

|
inlinevirtual |
Implements ensightStream.
Definition at line 122 of file ensightBinaryStream.H.
References sf().

|
inlinevirtual |
Implements ensightStream.
Definition at line 131 of file ensightBinaryStream.H.
References ensightBinaryStream::write().

|
delete |
Disallow default bitwise assignment.