![]() |
|
Public Member Functions | |
rectangle2D (const point2D, const point2D) | |
Construct from components. | |
rectangle2D (Istream &) | |
Construct from Istream. | |
virtual | ~rectangle2D () |
const point2D & | first () const |
const point2D & | second () const |
virtual void | draw (Gstream &) const |
Draw. | |
virtual void | write (Ostream &) const |
Write. | |
void | operator= (const rectangle2D &) |
Friends | |
Gstream & | operator<< (Gstream &, const rectangle2D &) |
Ostream & | operator<< (Ostream &, const rectangle2D &) |
|
Construct from components.
Definition at line 48 of file rectangle2DI.H. |
|
Construct from Istream.
|
|
|
|
Draw.
Implements shape2D. |
|
Definition at line 57 of file rectangle2DI.H. |
|
Definition at line 71 of file rectangle2DI.H. References Gstream::draw(). |
Here is the call graph for this function:
|
Definition at line 63 of file rectangle2DI.H. References rectangle2D::fstcorner, and rectangle2D::sndcorner. |
|
Write.
Implements shape2D. |
|
|
|
Definition at line 80 of file rectangle2DI.H. |