37 #ifndef referredWallFace_H
38 #define referredWallFace_H
53 class referredWallFace;
54 Istream&
operator>>(Istream&, referredWallFace&);
55 Ostream&
operator<<(Ostream&,
const referredWallFace&);
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,...
A face is a list of labels corresponding to mesh vertices.
Storage for referred wall faces. Stores patch index, face and associated points.
label patchIndex() const
Return access to the patch index.
referredWallFace()
Construct null.
friend Ostream & operator<<(Ostream &, const referredWallFace &)
~referredWallFace()
Destructor.
friend Istream & operator>>(Istream &, referredWallFace &)
bool operator!=(const referredWallFace &) const
bool operator==(const referredWallFace &) const
const pointField & points() const
Return access to the stored points.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)