35 os <<
"points : " << this->
points().size() <<
nl;
38 os <<
"triangles : " << this->size() <<
nl;
46 const label n = this->operator[](i).size();
58 os <<
"faces : " << this->size()
59 <<
" (tri:" << nTri <<
" quad:" << nQuad
60 <<
" poly:" << (this->size() - nTri - nQuad ) <<
")" <<
nl;
#define forAll(list, i)
Loop across all elements in list.
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
void writeStats(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A bounding box defined in terms of the points at its extremities.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.