#include <IComplex.h>
The class IComplex is only a container for FITS usage.
Definition at line 49 of file IComplex.h.
Public Member Functions | |
| IComplex () | |
| From one or two ints (note for gnu use). | |
| IComplex (Int r) | |
| IComplex (Int r, Int i) | |
| Int | real () const |
| For use in FITS classes only. | |
| Int | imag () const |
Private Attributes | |
| Int | re |
| Int | im |
| casa::IComplex::IComplex | ( | ) | [inline] |
| casa::IComplex::IComplex | ( | Int | r | ) | [inline] |
Definition at line 55 of file IComplex.h.
Definition at line 56 of file IComplex.h.
| Int casa::IComplex::real | ( | ) | const [inline] |
| Int casa::IComplex::imag | ( | ) | const [inline] |
Definition at line 63 of file IComplex.h.
Int casa::IComplex::re [private] |
Int casa::IComplex::im [private] |
Definition at line 68 of file IComplex.h.
1.5.1