casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::viewer::region::PointInfo Class Reference

#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 PointInfooperator= (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_
 

Detailed Description

Definition at line 55 of file RegionEnums.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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::handle ( )
inline

Definition at line 63 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_, and casacore::mask().

const PointInfo& casa::viewer::region::PointInfo::operator= ( const PointInfo other)
inline

Definition at line 72 of file RegionEnums.h.

References handle_, location_, x_, and y_.

double casa::viewer::region::PointInfo::x ( ) const
inline

Definition at line 79 of file RegionEnums.h.

References x_.

double& casa::viewer::region::PointInfo::x ( )
inline

Definition at line 85 of file RegionEnums.h.

References x_.

double casa::viewer::region::PointInfo::y ( ) const
inline

Definition at line 82 of file RegionEnums.h.

References y_.

double& casa::viewer::region::PointInfo::y ( )
inline

Definition at line 88 of file RegionEnums.h.

References y_.

Member Data Documentation

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().


The documentation for this class was generated from the following file: