39 if (
os.format() == IOstreamOption::ASCII)
47 reinterpret_cast<const char*>(&rhs.normal_),
63 if (is.format() == IOstreamOption::ASCII)
67 else if (!is.checkLabelSize<>() || !is.checkScalarSize<>())
72 readRawScalar(is, rhs.normal_.data(), vector::nComponents);
80 reinterpret_cast<char*>(&rhs.normal_),
Holds information regarding nearest wall point. Used in wall refinement.
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...
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
OBJstream os(runTime.globalPath()/outputName)
virtual bool beginRawRead()=0
Start of low-level raw binary read.