Go to the documentation of this file.
49 if (this->size() != pts_.size())
52 <<
"Face and pointField are not the same size. " <<
nl << (*this)
67 <<
"Face and pointField are not the same size. " <<
nl << (*this)
85 static_cast<const face&
>(rhs) ==
static_cast<face>(*
this)
94 return !(*
this == rhs);
108 "Foam::operator>>(Foam::Istream&, Foam::referredWallFace&)"
124 "Foam::Ostream& Foam::operator<<(Foam::Ostream&, "
125 "const Foam::referredWallFace&)"
bool operator==(const referredWallFace &) const
bool operator!=(const referredWallFace &) const
~referredWallFace()
Destructor.
pointField pts_
Points of face.
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 &)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
errorManip< error > abort(error &err)
label size() const
Return the number of elements in the UList.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Istream & operator>>(Istream &, edgeMesh &)
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.