40#ifndef referredWallFace_H
41#define referredWallFace_H
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
constexpr face() noexcept=default
Default construct.
Storage for referred wall faces. Stores patch index, face and associated points.
label patchIndex() const
Return access to the patch index.
friend Istream & operator>>(Istream &, referredWallFace &)
bool operator!=(const referredWallFace &) const
friend Ostream & operator<<(Ostream &, const referredWallFace &)
bool operator==(const referredWallFace &) const
const pointField & points() const
Return access to the stored points.
referredWallFace()=default
Default construct.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
Istream & operator>>(Istream &, directionInfo &)
vectorField pointField
pointField is a vectorField.