casacore
|
#include <IComplex.h>
Public Member Functions | |
IComplex () | |
From one or two ints (note for gnu use) More... | |
IComplex (Int r) | |
IComplex (Int r, Int i) | |
Int | real () const |
For use in FITS classes only. More... | |
Int | imag () const |
Private Attributes | |
Int | re |
Int | im |
Integer complex numbers.
The class IComplex
is only a container for FITS usage.
Definition at line 49 of file IComplex.h.
|
inline |
From one or two ints (note for gnu use)
Definition at line 54 of file IComplex.h.
|
inline |
Definition at line 55 of file IComplex.h.
Definition at line 56 of file IComplex.h.
|
inline |
Definition at line 63 of file IComplex.h.
References im.
|
inline |
|
private |
Definition at line 68 of file IComplex.h.
Referenced by imag().
|
private |
Definition at line 67 of file IComplex.h.
Referenced by real().