35#ifndef Foam_oppositeFace_H
36#define Foam_oppositeFace_H
56 const label masterIndex_;
59 const label oppositeIndex_;
92 return oppositeIndex_;
98 return oppositeIndex_ >= 0;
constexpr face() noexcept=default
Default construct.
bool found() const noexcept
Does the opposite face exist?
bool good() const noexcept
Does the opposite face exist?
label masterIndex() const noexcept
Master face index.
oppositeFace(const face &f, const label masterIndex, const label oppositeIndex)
Construct from components.
label oppositeIndex() const noexcept
Opposite face index.