A collection of helper functions for reading/writing surface 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' surface format. More... | |
Static Protected Member Functions | |
| template<class Container > | |
| static List< surfZone > | oneZone (const Container &container, const word &name="zone0") |
| Return a list with a single entry,. More... | |
| static string | getLineNoComment (IFstream &) |
| Read non-comment line. More... | |
A collection of helper functions for reading/writing surface formats.
Definition at line 60 of file surfaceFormatsCore.H.
|
inlinestaticprotected |
Return a list with a single entry,.
the size corresponds to that of the container
Definition at line 67 of file surfaceFormatsCore.H.
References Foam::name().

|
staticprotected |
Read non-comment line.
Definition at line 40 of file surfaceFormatsCore.C.
References ISstream::getLine(), and IOstream::good().

|
static |
...
Definition at line 56 of file surfaceFormatsCore.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' surface format.
Normally "ofs" (mnemonic: OF = OpenFOAM, S = Surface)
Definition at line 86 of file surfaceFormatsCore.H.