|
| Point (int a, int b) |
|
void | set (int a, int b) |
|
void | get (int &a, int &b) |
|
int | get_X () |
|
int | get_Y () |
|
void | set_X (int a) |
|
void | set_Y (int b) |
|
double | magnitude () |
|
bool | operator< (const Point &b) const |
|
Point | operator() (int a, int b) |
|
Point | operator+ (const Point &a) |
|
Point | operator- (const Point &a) |
|
Point | operator* (int a) |
|
Point & | operator+= (const Point &a) |
|
Point & | operator-= (const Point &a) |
|
Point | operator~ () |
|
int | operator* (const Point &a) |
|
int | operator== (const Point &a) |
|
|
std::ostream & | operator<< (std::ostream &, Point) |
|
std::istream & | operator>> (std::istream &, Point &) |
|
Point | operator* (const int &d, const Point &a) |
|
The documentation for this class was generated from the following file:
- isce/cxx/isce3/unwrap/phass/Point.h