Go to the documentation of this file.
36 if (os.format() == IOstream::ASCII)
44 reinterpret_cast<const char*
>(&wDist.
normal_),
50 os.check(
"Ostream& operator<<(Ostream&, const wallNormalInfo&)");
56 if (is.
format() == IOstream::ASCII)
64 reinterpret_cast<char*
>(&wDist.
normal_),
70 is.
check(
"Istream& operator>>(Istream&, wallNormalInfo&)");
streamFormat format() const
Return current stream format.
const vector & normal() const
vector normal_
Normal at nearest wall point.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual Ostream & write(const token &)=0
Write next token to stream.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Vector< scalar > vector
A scalar version of the templated Vector.
Istream & operator>>(Istream &, edgeMesh &)
Holds information regarding nearest wall point. Used in wall refinement.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual Istream & read(token &)=0
Return next token from stream.