51 Ostream&
operator<<(Ostream&,
const STLtriangle&);
63 typedef unsigned short STLattrib;
104 inline unsigned short attrib()
const;
110 inline void read(istream&);
116 inline void write(ostream&);
STLtriangle()
Construct null.
A triangle representation for STL files.
const STLpoint & a() const
const STLpoint & normal() const
friend Ostream & operator<<(Ostream &, const STLtriangle &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void write(ostream &)
Write to ostream (binary)
A normal distribution model.
const STLpoint & b() const
Ostream & operator<<(Ostream &, const ensightPart &)
void read(istream &)
Read from istream (binary)
unsigned short attrib() const
const STLpoint & c() const
A vertex point representation for STL files.