38 #ifndef edgeMeshFormat_H 39 #define edgeMeshFormat_H
virtual ~edgeMeshFormat()
Destructor.
word name(const complex &)
Return a string representation of a complex.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
static bool read(Istream &, pointField &, edgeList &)
Read edgeMesh components from stream.
Provide a means of reading/writing the single-file OpenFOAM edge format.
static autoPtr< edgeMesh > New(const fileName &name)
Read file and return edgeMesh.
Points connected by edges.
static Ostream & write(Ostream &, const pointField &, const edgeList &)
Write edgeMesh components to stream.
A class for handling file names.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static void writeHeader(Ostream &, const pointField &, const edgeList &)
Write header information.