#include <ipoint.hpp>
Collaboration diagram for IPoint:

Public Member Functions | |
| IPoint () | |
| ~IPoint () | |
| GBOOL | operator== (IPoint &p) |
| GBOOL | operator!= (IPoint &p) |
| void | operator= (IPoint &p) |
| void | operator= (GINT f) |
| GINT & | operator() (GINT i) |
| GINT & | operator[] (GINT i) |
Public Attributes | |
| GINT | i1 |
| GINT | i2 |
| GINT | i3 |
| GINT * | pix_ [3] |
Friends | |
| ostream & | operator<< (ostream &, IPoint &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4