Abstract base class for writing Ensight data. More...
Public Member Functions | |
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 |
virtual bool | ascii () const =0 |
virtual void | write (const char *)=0 |
virtual void | write (const int)=0 |
virtual void | write (const scalarField &)=0 |
virtual void | write (const List< int > &)=0 |
virtual void | writePartHeader (const label)=0 |
void | operator= (const ensightStream &)=delete |
Disallow default bitwise assignment. More... | |
Abstract base class for writing Ensight data.
Definition at line 50 of file ensightStream.H.
|
inline |
Construct from components.
Definition at line 62 of file ensightStream.H.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 72 of file ensightStream.H.
|
inline |
Definition at line 78 of file ensightStream.H.
References ensightStream::ascii(), ensightStream::operator=(), ensightStream::write(), and ensightStream::writePartHeader().
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
Referenced by ensightStream::name().
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
Referenced by ensightStream::name().
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
Referenced by ensightStream::name().
|
delete |
Disallow default bitwise assignment.
Referenced by ensightStream::name().