Go to the documentation of this file.
88 is >>
static_cast<triFace&
>(t) >> t.region_;
91 is.readEnd(
"labelledTri");
95 is.read(
reinterpret_cast<char*
>(&t),
sizeof(labelledTri));
99 is.check(
"Istream& operator>>(Istream&, labelledTri&)");
117 reinterpret_cast<const char*
>(&t),
123 os.check(
"Ostream& operator<<(Ostream&, const labelledTri&)");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
labelledTri()
Construct null.
Ostream & operator<<(Ostream &, const edgeMesh &)
A triangular face using a FixedList of labels corresponding to mesh vertices.
label region() const
Return region label.
Istream & operator>>(Istream &, edgeMesh &)
const dimensionedScalar c
Speed of light in a vacuum.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Istream & readBegin(const char *funcName)