#include <RegionEnums.h>
Public Member Functions | |
PointInfo (double x, double y, unsigned int location, unsigned int handle=0) | |
PointInfo (const PointInfo &other) | |
unsigned int | handle () const |
unsigned int & | handle () |
unsigned int | location () const |
unsigned int | operator& (region::PointLocation mask) const |
const PointInfo & | operator= (const PointInfo &other) |
double | x () const |
double | y () const |
double & | x () |
double & | y () |
Private Attributes | |
double | x_ |
double | y_ |
unsigned int | location_ |
unsigned int | handle_ |
Definition at line 55 of file RegionEnums.h.
casa::viewer::region::PointInfo::PointInfo | ( | double | x, | |
double | y, | |||
unsigned int | location, | |||
unsigned int | handle = 0 | |||
) | [inline] |
Definition at line 57 of file RegionEnums.h.
casa::viewer::region::PointInfo::PointInfo | ( | const PointInfo & | other | ) | [inline] |
Definition at line 59 of file RegionEnums.h.
unsigned int& casa::viewer::region::PointInfo::handle | ( | ) | [inline] |
Definition at line 63 of file RegionEnums.h.
References handle_.
unsigned int casa::viewer::region::PointInfo::handle | ( | ) | const [inline] |
Definition at line 60 of file RegionEnums.h.
References handle_.
unsigned int casa::viewer::region::PointInfo::location | ( | ) | const [inline] |
Definition at line 66 of file RegionEnums.h.
References location_.
unsigned int casa::viewer::region::PointInfo::operator& | ( | region::PointLocation | mask | ) | const [inline] |
Definition at line 69 of file RegionEnums.h.
References location_.
double& casa::viewer::region::PointInfo::x | ( | ) | [inline] |
Definition at line 85 of file RegionEnums.h.
References x_.
double casa::viewer::region::PointInfo::x | ( | ) | const [inline] |
Definition at line 79 of file RegionEnums.h.
References x_.
double& casa::viewer::region::PointInfo::y | ( | ) | [inline] |
Definition at line 88 of file RegionEnums.h.
References y_.
double casa::viewer::region::PointInfo::y | ( | ) | const [inline] |
Definition at line 82 of file RegionEnums.h.
References y_.
unsigned int casa::viewer::region::PointInfo::handle_ [private] |
Definition at line 94 of file RegionEnums.h.
Referenced by handle(), and operator=().
unsigned int casa::viewer::region::PointInfo::location_ [private] |
Definition at line 93 of file RegionEnums.h.
Referenced by location(), operator&(), and operator=().
double casa::viewer::region::PointInfo::x_ [private] |
Definition at line 92 of file RegionEnums.h.
Referenced by operator=(), and x().
double casa::viewer::region::PointInfo::y_ [private] |
Definition at line 92 of file RegionEnums.h.
Referenced by operator=(), and y().