32 if (os.
format() == IOstream::ASCII)
36 << token::SPACE << wDist.
s() << token::SPACE << wDist.
v();
42 << wDist.
s() << wDist.
v();
49 return is >>
static_cast<pointEdgePoint&
>(wDist) >> wDist.s_ >> wDist.v_;
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Istream & operator>>(Istream &, directionInfo &)
streamFormat format() const
Return current stream format.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & operator<<(Ostream &, const ensightPart &)
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...