36 #ifndef oppositeFace_H 37 #define oppositeFace_H 57 const label masterIndex_;
60 const label oppositeIndex_;
76 masterIndex_(masterIndex),
77 oppositeIndex_(oppositeIndex)
93 return oppositeIndex_;
97 inline bool found()
const 99 return oppositeIndex_ >= 0;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Class containing opposite face for a prismatic cell with addressing and a possibility of failure...
A face is a list of labels corresponding to mesh vertices.
oppositeFace(const face &f, const label masterIndex, const label oppositeIndex)
Construct from components.
bool found() const
Does the opposite face exist?
label masterIndex() const
Master face index.
label oppositeIndex() const
Slave face index.