casacore::FitsArray< TYPE > Class Template Reference
FITS array of given type.
More...
#include <hdu.h>
List of all members.
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 () |
Protected Attributes |
int | no_dims |
int * | dimn |
int * | factor |
Detailed Description
template<class TYPE>
class casacore::FitsArray< TYPE >
FITS array of given type.
Definition at line 973 of file hdu.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: