50 Ostream&
operator<<(Ostream&,
const refineCell&);
96 inline friend bool operator==
102 return (rc1.
cellNo() == rc2.cellNo());
105 inline friend bool operator!=
111 return !(rc1 == rc2);
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,...
Container with cells to refine. Refinement given as single direction.
friend Ostream & operator<<(Ostream &, const refineCell &)
const vector & direction() const
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 & operator<<(Ostream &os, const fvConstraints &constraints)