37 #ifndef referredWallFace_H 38 #define referredWallFace_H 53 class referredWallFace;
54 Istream&
operator>>(Istream&, referredWallFace&);
55 Ostream&
operator<<(Ostream&,
const referredWallFace&);
referredWallFace()
Construct null.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A face is a list of labels corresponding to mesh vertices.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Storage for referred wall faces. Stores patch index, face and associated points.
~referredWallFace()
Destructor.
bool operator==(const referredWallFace &) const
bool operator!=(const referredWallFace &) const
friend Istream & operator>>(Istream &, referredWallFace &)
Istream & operator>>(Istream &, directionInfo &)
const pointField & points() const
Return access to the stored points.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
label patchIndex() const
Return access to the patch index.
Ostream & operator<<(Ostream &, const ensightPart &)
friend Ostream & operator<<(Ostream &, const referredWallFace &)