casacore
|
FITS array of FitsBit type
Note: We must specify a FitsArray<FitsBit> as a specialization;
More...
#include <hdu.h>
Public Member Functions | |
FitsArray (int, const int *) | |
~FitsArray () | |
FitsField< FitsBit > & | operator() (int d0, int d1) |
FitsField< FitsBit > & | operator() (int, int, int) |
FitsField< FitsBit > & | operator() (int, int, int, int) |
FitsField< FitsBit > & | operator() (int, int, int, int, int) |
int | dims () const |
int | dim (int n) const |
int * | vdim () |
Public Member Functions inherited from casacore::FitsField< FitsBit > | |
FitsField (int n=1) | |
~FitsField () | |
FitsField< FitsBit > & | operator() () |
FitsField< FitsBit > & | operator() (unsigned i) |
FitsField< FitsBit > & | operator= (unsigned i) |
int | fitsfieldsize () const |
int | localfieldsize () const |
operator int () | |
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< FitsBit > | |
FitsBit ** | field |
unsigned char | mask |
int | byte_offset |
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< FitsBit > | |
void | setaddr (void **addr) |
FITS array of FitsBit type
Note: We must specify a FitsArray<FitsBit> as a specialization;
casacore::FitsArray< FitsBit >::FitsArray | ( | int | , |
const int * | |||
) |
casacore::FitsArray< FitsBit >::~FitsArray | ( | ) |
|
virtual |
Reimplemented from casacore::FitsBase.
|
virtual |
Reimplemented from casacore::FitsBase.
FitsField<FitsBit>& casacore::FitsArray< FitsBit >::operator() | ( | int | d0, |
int | d1 | ||
) |
FitsField<FitsBit>& casacore::FitsArray< FitsBit >::operator() | ( | int | , |
int | , | ||
int | |||
) |
FitsField<FitsBit>& casacore::FitsArray< FitsBit >::operator() | ( | int | , |
int | , | ||
int | , | ||
int | |||
) |
FitsField<FitsBit>& casacore::FitsArray< FitsBit >::operator() | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | |||
) |
|
virtual |
Reimplemented from casacore::FitsBase.
|
protected |
|
protected |
|
protected |