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