Go to the documentation of this file.
39 if (
os.format() == IOstream::ASCII)
47 reinterpret_cast<const char*
>(&rhs.normal_),
63 if (is.format() == IOstream::ASCII)
67 else if (!is.checkLabelSize<>() || !is.checkScalarSize<>())
72 readRawScalar(is, rhs.normal_.data(), vector::nComponents);
80 reinterpret_cast<char*
>(&rhs.normal_),
streamFormat format() const noexcept
std::enable_if< std::is_integral< T >::value, bool >::type checkLabelSize() const noexcept
virtual bool endRawRead()=0
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
std::enable_if< std::is_floating_point< T >::value, bool >::type checkScalarSize() const noexcept
virtual bool check(const char *operation) const
OBJstream os(runTime.globalPath()/outputName)
Vector< scalar > vector
A scalar version of the templated Vector.
virtual bool beginRawRead()=0
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