Abstract base class for writing Ensight data. More...
Public Member Functions | |
ensightStream (const fileName &f) | |
Construct from components. 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 |
Private Member Functions | |
ensightStream (const ensightStream &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const ensightStream &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const fileName | name_ |
Abstract base class for writing Ensight data.
Definition at line 50 of file ensightStream.H.
|
private |
Disallow default bitwise copy construct.
|
inline |
Construct from components.
Definition at line 70 of file ensightStream.H.
|
inlinevirtual |
Destructor.
Definition at line 77 of file ensightStream.H.
|
private |
Disallow default bitwise assignment.
|
inline |
Definition at line 83 of file ensightStream.H.
References ensightStream::name_.
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
|
pure virtual |
Implemented in ensightAsciiStream, and ensightBinaryStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
|
pure virtual |
Implemented in ensightBinaryStream, and ensightAsciiStream.
|
private |
Definition at line 54 of file ensightStream.H.
Referenced by ensightStream::name().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.