![]() |
|
Public Member Functions | |
polygon2D (const point2D &, const point2D &, const point2D &) | |
Construct from components. | |
polygon2D (Istream &) | |
Construct from Istream. | |
virtual | ~polygon2D () |
const List< point2D > & | verts () const |
Access. | |
virtual void | draw (Gstream &) const |
Draw. | |
virtual void | write (Ostream &) const |
Write. | |
void | operator= (const polygon2D &) |
Friends | |
Gstream & | operator<< (Gstream &, const polygon2D &) |
Ostream & | operator<< (Ostream &, const polygon2D &) |
|
Construct from components.
Definition at line 49 of file polygon2DI.H. |
|
Construct from Istream.
|
|
|
|
Draw.
Implements shape2D. |
|
|
|
Access.
Definition at line 65 of file polygon2DI.H. References Gstream::draw(), and p. |
Here is the call graph for this function:
|
Write.
Implements shape2D. |
|
|
|
Definition at line 73 of file polygon2DI.H. |