Go to the documentation of this file.
37 #ifndef referredWallFace_H
38 #define referredWallFace_H
53 class referredWallFace;
54 Istream&
operator>>(Istream&, referredWallFace&);
55 Ostream&
operator<<(Ostream&,
const referredWallFace&);
bool operator==(const referredWallFace &) const
bool operator!=(const referredWallFace &) const
~referredWallFace()
Destructor.
pointField pts_
Points of face.
label patchIndex() const
Return access to the patch 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.
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
referredWallFace()
Construct null.
Storage for referred wall faces. Stores patch index, face and associated points.
Ostream & operator<<(Ostream &, const edgeMesh &)
const pointField & points() const
Return access to the stored points.
friend Ostream & operator<<(Ostream &, const referredWallFace &)
Istream & operator>>(Istream &, edgeMesh &)
friend Istream & operator>>(Istream &, referredWallFace &)
A face is a list of labels corresponding to mesh vertices.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
label patchI_
Index of originating patch.