A collection of helper functions for reading/writing edge formats. More...
Static Public Member Functions | |
static bool | checkSupport (const wordHashSet &available, const word &ext, const bool verbose, const word &functionName) |
... More... | |
Static Public Attributes | |
static word | nativeExt |
The file extension corresponding to 'native' edge format. More... | |
Static Protected Member Functions | |
static string | getLineNoComment (IFstream &) |
Read non-comment line. More... | |
A collection of helper functions for reading/writing edge formats.
Definition at line 58 of file edgeMeshFormatsCore.H.
|
staticprotected |
Read non-comment line.
Definition at line 39 of file edgeMeshFormatsCore.C.
References ISstream::getLine(), and IOstream::good().
|
static |
...
Definition at line 55 of file edgeMeshFormatsCore.C.
References Foam::endl(), forAll, HashTable< T, Key, Hash >::found(), Foam::Info, Foam::nl, and HashTable< T, Key, Hash >::sortedToc().
|
static |
The file extension corresponding to 'native' edge format.
Normally "eMesh" (edge-mesh)
Definition at line 74 of file edgeMeshFormatsCore.H.