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&);
const STLpoint & c() const
STLtriangle()
Construct null.
unsigned short attrib() const
const STLpoint & a() const
A triangle representation for STL files.
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)
Ostream & operator<<(Ostream &, const ensightPart &)
const STLpoint & b() const
const STLpoint & normal() const
void read(istream &)
Read from istream (binary)
A vertex point representation for STL files.