casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::viewer::region::PointInfo Class Reference

#include <RegionEnums.h>

List of all members.

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 52 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 54 of file RegionEnums.h.

Definition at line 56 of file RegionEnums.h.


Member Function Documentation

unsigned int casa::viewer::region::PointInfo::handle ( ) const [inline]

Definition at line 57 of file RegionEnums.h.

References handle_.

unsigned int& casa::viewer::region::PointInfo::handle ( ) [inline]

Definition at line 58 of file RegionEnums.h.

References handle_.

unsigned int casa::viewer::region::PointInfo::location ( ) const [inline]

Definition at line 59 of file RegionEnums.h.

References location_.

unsigned int casa::viewer::region::PointInfo::operator& ( region::PointLocation  mask) const [inline]

Definition at line 60 of file RegionEnums.h.

References location_, and casa::mask().

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

Definition at line 61 of file RegionEnums.h.

References handle_, location_, x_, and y_.

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

Definition at line 68 of file RegionEnums.h.

References x_.

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

Definition at line 70 of file RegionEnums.h.

References x_.

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

Definition at line 69 of file RegionEnums.h.

References y_.

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

Definition at line 71 of file RegionEnums.h.

References y_.


Member Data Documentation

Definition at line 75 of file RegionEnums.h.

Referenced by handle(), and operator=().

Definition at line 74 of file RegionEnums.h.

Referenced by location(), operator&(), and operator=().

Definition at line 73 of file RegionEnums.h.

Referenced by operator=(), and x().

Definition at line 73 of file RegionEnums.h.

Referenced by operator=(), and y().


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