Go to the documentation of this file.
90 is.read(
reinterpret_cast<char*
>(
this), 4*
sizeof(
STLpoint));
91 is.read(
reinterpret_cast<char*
>(&
region_), 2);
97 os.write(
reinterpret_cast<char*
>(
this), 4*
sizeof(
STLpoint));
98 os.write(
reinterpret_cast<char*
>(&
region_), 2);
unsigned short region() const
STLpoint normal_
The face normal, many programs write zore or other junk.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Ostream & operator<<(Ostream &, const edgeMesh &)
void write(ostream &)
Write to istream (binary)
const STLpoint & b() const
const STLpoint & c() const
A triangle representation for STL files.
A vertex point representation for STL files.
void read(istream &)
Read from istream (binary)
const dimensionedScalar c
Speed of light in a vacuum.
STLpoint a_
The three points defining the triangle.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
STLtriangle()
Construct null.
const STLpoint & a() const
A normal distribution model.