edgeMeshFormatsCore Class Reference

A collection of helper functions for reading/writing edge formats. More...

Inheritance diagram for edgeMeshFormatsCore:
Collaboration diagram for edgeMeshFormatsCore:

Public Member Functions

 edgeMeshFormatsCore ()
 Construct null. More...
 
virtual ~edgeMeshFormatsCore ()
 Destructor. More...
 

Static Public Member Functions

static bool checkSupport (const wordHashSet &available, const word &ext, const bool verbose, const word &functionName)
 

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...
 

Detailed Description

A collection of helper functions for reading/writing edge formats.

Source files

Definition at line 58 of file edgeMeshFormatsCore.H.

Constructor & Destructor Documentation

◆ edgeMeshFormatsCore()

Construct null.

Definition at line 189 of file edgeMeshFormatsCore.C.

◆ ~edgeMeshFormatsCore()

~edgeMeshFormatsCore ( )
virtual

Destructor.

Definition at line 195 of file edgeMeshFormatsCore.C.

Member Function Documentation

◆ getLineNoComment()

Foam::string getLineNoComment ( IFstream is)
staticprotected

◆ checkSupport()

bool checkSupport ( const wordHashSet available,
const word ext,
const bool  verbose,
const word functionName 
)
static

Definition at line 157 of file edgeMeshFormatsCore.C.

References Foam::endl(), forAll, HashTable< T, Key, Hash >::found(), Foam::Info, Foam::nl, and HashTable< T, Key, Hash >::sortedToc().

Referenced by edgeMeshFormatsCore::getLineNoComment().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ nativeExt

Foam::word nativeExt
static

The file extension corresponding to 'native' edge format.

Normally "eMesh" (edge-mesh)

Definition at line 73 of file edgeMeshFormatsCore.H.

Referenced by edgeMeshFormatsCore::getLineNoComment().


The documentation for this class was generated from the following files: