casa
$Rev:20696$
|
Public Types | |
typedef void(* | from_linear_2_type )(WorldCanvas *wc, double, double, double &, double &) |
typedef void(* | from_linear_4_type )(WorldCanvas *wc, double, double, double, double, double &, double &, double &, double &) |
Public Member Functions | |
cs (const char *ds9_type, MDirection::Types t, from_linear_2_type func2, from_linear_4_type func4) | |
~cs () | |
Public Attributes | |
const std::string | ds9 |
const MDirection::Types | type |
from_linear_2_type | cvt2 |
from_linear_4_type | cvt4 |
Definition at line 53 of file ds9writer.h.
typedef void(* casa::viewer::ds9writer::cs::from_linear_2_type)(WorldCanvas *wc, double, double, double &, double &) |
Definition at line 54 of file ds9writer.h.
typedef void(* casa::viewer::ds9writer::cs::from_linear_4_type)(WorldCanvas *wc, double, double, double, double, double &, double &, double &, double &) |
Definition at line 55 of file ds9writer.h.
casa::viewer::ds9writer::cs::cs | ( | const char * | ds9_type, |
MDirection::Types | t, | ||
from_linear_2_type | func2, | ||
from_linear_4_type | func4 | ||
) | [inline] |
Definition at line 56 of file ds9writer.h.
casa::viewer::ds9writer::cs::~cs | ( | ) | [inline] |
Definition at line 58 of file ds9writer.h.
Definition at line 61 of file ds9writer.h.
Definition at line 62 of file ds9writer.h.
const std::string casa::viewer::ds9writer::cs::ds9 |
Definition at line 59 of file ds9writer.h.
Definition at line 60 of file ds9writer.h.