meshReader::cellFaceIdentifier Class Reference

Identify cell faces in terms of cell Id and face Id. More...

Collaboration diagram for meshReader::cellFaceIdentifier:

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

Ostreamoperator<< (Ostream &os, const cellFaceIdentifier &cf)
 

Detailed Description

Identify cell faces in terms of cell Id and face Id.

Definition at line 77 of file meshReader.H.

Constructor & Destructor Documentation

◆ cellFaceIdentifier() [1/2]

cellFaceIdentifier ( )
inline

Construct null.

Definition at line 92 of file meshReader.H.

◆ cellFaceIdentifier() [2/2]

cellFaceIdentifier ( label  c,
label  f 
)
inline

Construct from cell/face components.

Definition at line 95 of file meshReader.H.

Member Function Documentation

◆ used()

bool used ( ) const
inline

Used if cell or face are non-negative.

Definition at line 101 of file meshReader.H.

◆ unused()

bool unused ( ) const
inline

Unused if cell or face are negative.

Definition at line 107 of file meshReader.H.

◆ operator!=()

bool operator!= ( const cellFaceIdentifier cf) const
inline

◆ operator==()

bool operator== ( const cellFaceIdentifier cf) const
inline

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const cellFaceIdentifier cf 
)
friend

Definition at line 128 of file meshReader.H.

Member Data Documentation

◆ cell

◆ face


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