FreeFOAM The Cross-Platform CFD Toolkit
meshReader::cellFaceIdentifier Class Reference

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

#include <src/conversion/meshReader/meshReader.H>


Detailed Description

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

Definition at line 78 of file meshReader.H.

List of all members.

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

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

Constructor & Destructor Documentation

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.


Member Function Documentation

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
bool operator== ( const cellFaceIdentifier cf) const
inline

Friends And Related Function Documentation

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

Definition at line 129 of file meshReader.H.


Member Data Documentation


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