casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
casa::viewer::ds9writer::cs Struct Reference

List of all members.

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

Detailed Description

Definition at line 53 of file ds9writer.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

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.

Definition at line 58 of file ds9writer.h.


Member Data Documentation

Definition at line 61 of file ds9writer.h.

Definition at line 62 of file ds9writer.h.

Definition at line 59 of file ds9writer.h.

Definition at line 60 of file ds9writer.h.


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