casa
$Rev:20696$
|
#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 | |
int | yy |
int | zz |
int | vv |
use positive for color and negative for grey |
casa::DisplayPoint3::DisplayPoint3 | ( | int | a, |
int | b, | ||
int | c, | ||
int | d = 0 |
||
) | [inline] |
casa::DisplayPoint3::DisplayPoint3 | ( | ) | [inline] |
casa::DisplayPoint3::~DisplayPoint3 | ( | ) | [inline] |
void casa::DisplayPoint3::setV | ( | int | a | ) | [inline] |
void casa::DisplayPoint3::setX | ( | int | a | ) | [inline] |
void casa::DisplayPoint3::setY | ( | int | a | ) | [inline] |
void casa::DisplayPoint3::setZ | ( | int | a | ) | [inline] |
int casa::DisplayPoint3::v | ( | ) | [inline] |
int casa::DisplayPoint3::x | ( | ) | [inline] |
int casa::DisplayPoint3::y | ( | ) | [inline] |
int casa::DisplayPoint3::z | ( | ) | [inline] |
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().