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::DisplayPoint3 Class Reference

#include <3DPoint.h>

Public Member Functions

 DisplayPoint3 (int a, int b, int c, int d=0)
 
 DisplayPoint3 ()
 
 ~DisplayPoint3 ()
 
void setX (int a)
 
void setY (int a)
 
void setZ (int a)
 
void setV (int a)
 
int x ()
 
int y ()
 
int z ()
 
int v ()
 

Private Attributes

int xx
 all use int, can be faster More...
 
int yy
 
int zz
 
int vv
 use positive for color and negative for grey More...
 

Detailed Description

Definition at line 12 of file 3DPoint.h.

Constructor & Destructor Documentation

casa::DisplayPoint3::DisplayPoint3 ( int  a,
int  b,
int  c,
int  d = 0 
)
inline

Definition at line 16 of file 3DPoint.h.

References casacore::C::c, vv, xx, yy, and zz.

casa::DisplayPoint3::DisplayPoint3 ( )
inline

Definition at line 22 of file 3DPoint.h.

casa::DisplayPoint3::~DisplayPoint3 ( )
inline

Definition at line 23 of file 3DPoint.h.

Member Function Documentation

void casa::DisplayPoint3::setV ( int  a)
inline

Definition at line 28 of file 3DPoint.h.

References vv.

void casa::DisplayPoint3::setX ( int  a)
inline

Definition at line 25 of file 3DPoint.h.

References xx.

void casa::DisplayPoint3::setY ( int  a)
inline

Definition at line 26 of file 3DPoint.h.

References yy.

void casa::DisplayPoint3::setZ ( int  a)
inline

Definition at line 27 of file 3DPoint.h.

References zz.

int casa::DisplayPoint3::v ( )
inline

Definition at line 32 of file 3DPoint.h.

References vv.

int casa::DisplayPoint3::x ( )
inline

Definition at line 29 of file 3DPoint.h.

References xx.

int casa::DisplayPoint3::y ( )
inline

Definition at line 30 of file 3DPoint.h.

References yy.

int casa::DisplayPoint3::z ( )
inline

Definition at line 31 of file 3DPoint.h.

References zz.

Member Data Documentation

int casa::DisplayPoint3::vv
private

use positive for color and negative for grey

Definition at line 40 of file 3DPoint.h.

Referenced by DisplayPoint3(), setV(), and v().

int casa::DisplayPoint3::xx
private

all use int, can be faster

Definition at line 36 of file 3DPoint.h.

Referenced by DisplayPoint3(), setX(), and x().

int casa::DisplayPoint3::yy
private

Definition at line 37 of file 3DPoint.h.

Referenced by DisplayPoint3(), setY(), and y().

int casa::DisplayPoint3::zz
private

Definition at line 38 of file 3DPoint.h.

Referenced by DisplayPoint3(), setZ(), and z().


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