Public Member Functions | List of all members
meshReader::cellFaceIdentifier Class Reference
Inheritance diagram for meshReader::cellFaceIdentifier:
Inheritance graph
[legend]
Collaboration diagram for meshReader::cellFaceIdentifier:
Collaboration graph
[legend]

Public Member Functions

 cellFaceIdentifier ()
 
 cellFaceIdentifier (label c, label f)
 
const label & cellId () const
 
const label & faceId () const
 
bool used () const
 
bool notUsed () const
 
- Public Member Functions inherited from Pair
 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 Tsecond () const noexcept
 
Tsecond () noexcept
 
const Tother (const T &a) const
 
bool sorted () const
 
void flip ()
 
void sort ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Pair
static int compare (const Pair< T > &a, const Pair< T > &b)
 

Detailed Description

Definition at line 69 of file meshReader.H.

Constructor & Destructor Documentation

◆ cellFaceIdentifier() [1/2]

cellFaceIdentifier ( )
inline

Definition at line 76 of file meshReader.H.

◆ cellFaceIdentifier() [2/2]

cellFaceIdentifier ( label  c,
label  f 
)
inline

Definition at line 79 of file meshReader.H.

Member Function Documentation

◆ cellId()

const label& cellId ( ) const
inline

Definition at line 85 of file meshReader.H.

◆ faceId()

const label& faceId ( ) const
inline

Definition at line 91 of file meshReader.H.

References Pair::second().

Here is the call graph for this function:

◆ used()

bool used ( ) const
inline

Definition at line 100 of file meshReader.H.

References Pair::second().

Here is the call graph for this function:

◆ notUsed()

bool notUsed ( ) const
inline

Definition at line 106 of file meshReader.H.

References Pair::second().

Here is the call graph for this function:

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