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