|
| cellFaceIdentifier () |
|
| cellFaceIdentifier (label c, label f) |
|
const label & | cellId () const |
|
const label & | faceId () const |
|
bool | used () const |
|
bool | notUsed () const |
|
| Pair ()=default |
|
| Pair (const T &f, const T &s) |
|
| Pair (T &&f, T &&s) |
|
| Pair (const std::pair< T, T > &vals) |
|
| Pair (std::pair< T, T > &&vals) |
|
| Pair (const FixedList< T, 2 > &list) |
|
| Pair (const T &f, const T &s, const bool doSort) |
|
| Pair (const FixedList< T, 2 > &list, const bool doSort) |
|
| Pair (Istream &is) |
|
const T & | second () const noexcept |
|
T & | second () noexcept |
|
const T & | other (const T &a) const |
|
bool | sorted () const |
|
void | flip () |
|
void | sort () |
|
Definition at line 69 of file meshReader.H.
◆ cellFaceIdentifier() [1/2]
◆ cellFaceIdentifier() [2/2]
◆ cellId()
const label& cellId |
( |
| ) |
const |
|
inline |
◆ faceId()
const label& faceId |
( |
| ) |
const |
|
inline |
◆ used()
◆ notUsed()
The documentation for this class was generated from the following file: