![]() |
|
Public Member Functions | |
STLtriangle () | |
Construct null. | |
STLtriangle (const STLpoint &normal, const STLpoint &a, const STLpoint &b, const STLpoint &c, short region) | |
Construct from components. | |
STLtriangle (istream &) | |
Construct from istream (binary). | |
const STLpoint & | a () const |
const STLpoint & | b () const |
const STLpoint & | c () const |
short | region () const |
void | read (istream &) |
Read from istream (binary). | |
void | write (ostream &) |
Write to istream (binary). | |
Friends | |
Ostream & | operator<< (Ostream &, const STLtriangle &) |
|
Construct null.
Definition at line 45 of file STLtriangleI.H. |
|
Construct from components.
Definition at line 51 of file STLtriangleI.H. |
|
Construct from istream (binary).
Definition at line 68 of file STLtriangleI.H. |
|
Definition at line 76 of file STLtriangleI.H. |
|
Definition at line 81 of file STLtriangleI.H. |
|
Definition at line 86 of file STLtriangleI.H. |
|
Read from istream (binary).
Definition at line 97 of file STLtriangleI.H. |
|
Definition at line 91 of file STLtriangleI.H. |
|
Write to istream (binary).
Definition at line 104 of file STLtriangleI.H. References STLtriangle::a_, STLtriangle::b_, STLtriangle::c_, STLtriangle::normal_, and STLtriangle::region_. |
|
Definition at line 112 of file STLtriangleI.H. |