Identify cell faces in terms of cell Id and face Id. More...
#include <src/conversion/meshReader/meshReader.H>
Identify cell faces in terms of cell Id and face Id.
Definition at line 78 of file meshReader.H.
Public Member Functions | |
cellFaceIdentifier () | |
Construct null.
| |
cellFaceIdentifier (label c, label f) | |
Construct from cell/face components.
| |
bool | used () const |
Used if cell or face are non-negative.
| |
bool | unused () const |
Unused if cell or face are negative.
| |
bool | operator!= (const cellFaceIdentifier &cf) const |
bool | operator== (const cellFaceIdentifier &cf) const |
Public Attributes | |
label | cell |
Cell Id.
| |
label | face |
Face Id.
| |
Friends | |
Ostream & | operator<< (Ostream &os, const cellFaceIdentifier &cf) |
cellFaceIdentifier | ( | ) | [inline]
|
Construct null.
Definition at line 93 of file meshReader.H.
cellFaceIdentifier | ( | label | c, |
label | f | ||
) | [inline]
|
Construct from cell/face components.
Definition at line 96 of file meshReader.H.
bool used | ( | ) | const [inline]
|
Used if cell or face are non-negative.
Definition at line 102 of file meshReader.H.
bool unused | ( | ) | const [inline]
|
Unused if cell or face are negative.
Definition at line 108 of file meshReader.H.
bool operator!= | ( | const cellFaceIdentifier & | cf ) | const [inline]
|
Definition at line 116 of file meshReader.H.
References meshReader::cellFaceIdentifier::cell, and meshReader::cellFaceIdentifier::face.
bool operator== | ( | const cellFaceIdentifier & | cf ) | const [inline]
|
Definition at line 121 of file meshReader.H.
References meshReader::cellFaceIdentifier::cell, and meshReader::cellFaceIdentifier::face.
Ostream& operator<< | ( | Ostream & | os, |
const cellFaceIdentifier & | cf | ||
) | [friend]
|
Definition at line 129 of file meshReader.H.
label cell |
Cell Id.
Definition at line 84 of file meshReader.H.
Referenced by meshReader::cellFaceIdentifier::operator!=(), and meshReader::cellFaceIdentifier::operator==().
label face |
Face Id.
Definition at line 87 of file meshReader.H.
Referenced by meshReader::cellFaceIdentifier::operator!=(), and meshReader::cellFaceIdentifier::operator==().