| 
    casacore
    
   | 
 
FITS array of given type 
  
 More...
#include <hdu.h>
Public Member Functions | |
| FitsArray (int, const int *) | |
| ~FitsArray () | |
| TYPE & | operator() (int d0, int d1) | 
| TYPE & | operator() (int, int, int) | 
| TYPE & | operator() (int, int, int, int) | 
| TYPE & | operator() (int, int, int, int, int) | 
| int | dims () const | 
| int | dim (int n) const | 
| int * | vdim () | 
  Public Member Functions inherited from casacore::FitsField< TYPE > | |
| FitsField (int n=1) | |
| ~FitsField () | |
| TYPE & | operator() () | 
| TYPE & | operator() (int i) | 
| FitsField< TYPE > & | operator= (const TYPE &x) | 
| int | fitsfieldsize () const | 
| int | localfieldsize () const | 
| void * | data () | 
| void | show (std::ostream &) | 
  Public Member Functions inherited from casacore::FitsBase | |
| FitsBase (const FITS::ValueType &t, int n) | |
| virtual | ~FitsBase () | 
| unsigned int | nelements () const | 
| FITS::ValueType | fieldtype () const | 
| FitsBase & | operator= (FitsBase &)=delete | 
Protected Attributes | |
| int | no_dims | 
| int * | dimn | 
| int * | factor | 
  Protected Attributes inherited from casacore::FitsField< TYPE > | |
| TYPE ** | field | 
  Protected Attributes inherited from casacore::FitsBase | |
| int | no_elements | 
| FITS::ValueType | data_type | 
Additional Inherited Members | |
  Static Public Member Functions inherited from casacore::FitsBase | |
| static FitsBase * | make (const FITS::ValueType &, int=1) | 
| static FitsBase * | make (const FITS::ValueType &, int, int *) | 
| static FitsBase * | make (FitsBase &) | 
  Protected Member Functions inherited from casacore::FitsField< TYPE > | |
| void | setaddr (void **addr) | 
FITS array of given type 
 
| casacore::FitsArray< TYPE >::FitsArray | ( | int | , | 
| const int * | |||
| ) | 
| casacore::FitsArray< TYPE >::~FitsArray | ( | ) | 
      
  | 
  virtual | 
Reimplemented from casacore::FitsBase.
      
  | 
  virtual | 
Reimplemented from casacore::FitsBase.
| TYPE & casacore::FitsArray< TYPE >::operator() | ( | int | d0, | 
| int | d1 | ||
| ) | 
| TYPE & casacore::FitsArray< TYPE >::operator() | ( | int | , | 
| int | , | ||
| int | |||
| ) | 
| TYPE & casacore::FitsArray< TYPE >::operator() | ( | int | , | 
| int | , | ||
| int | , | ||
| int | |||
| ) | 
| TYPE & casacore::FitsArray< TYPE >::operator() | ( | int | , | 
| int | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) | 
      
  | 
  virtual | 
Reimplemented from casacore::FitsBase.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected |