casa
$Rev:20696$
|
A FITSFieldCopier for copying Array RecordFields to FitsFields. More...
#include <FITSFieldCopier.h>
Public Member Functions | |
ArrayFITSFieldCopier (RORecordFieldPtr< Array< recordType > > *recptr, FitsField< fitsType > *fitsptr) | |
~ArrayFITSFieldCopier () | |
virtual void | copyToFITS () |
Copy the current contents of the input RORecordFieldPtr to the output FitsField. | |
Private Member Functions | |
ArrayFITSFieldCopier (const ArrayFITSFieldCopier< recordType, fitsType > &other) | |
Undefined and inaccessible. | |
ArrayFITSFieldCopier & | operator= (const ArrayFITSFieldCopier< recordType, fitsType > &other) |
Private Attributes | |
RORecordFieldPtr< Array < recordType > > * | rec_p |
FitsField< fitsType > * | fits_p |
A FITSFieldCopier for copying Array RecordFields to FitsFields.
Internal
Definition at line 247 of file FITSFieldCopier.h.
casa::ArrayFITSFieldCopier< recordType, fitsType >::ArrayFITSFieldCopier | ( | RORecordFieldPtr< Array< recordType > > * | recptr, |
FitsField< fitsType > * | fitsptr | ||
) | [inline] |
Definition at line 251 of file FITSFieldCopier.h.
casa::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier | ( | ) | [inline] |
Definition at line 253 of file FITSFieldCopier.h.
References casa::ArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casa::ArrayFITSFieldCopier< recordType, fitsType >::rec_p.
casa::ArrayFITSFieldCopier< recordType, fitsType >::ArrayFITSFieldCopier | ( | const ArrayFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
Undefined and inaccessible.
virtual void casa::ArrayFITSFieldCopier< recordType, fitsType >::copyToFITS | ( | ) | [inline, virtual] |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
pad with nulls
Implements casa::FITSFieldCopier.
Definition at line 256 of file FITSFieldCopier.h.
References casa::ArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casa::FitsBase::nelements().
ArrayFITSFieldCopier& casa::ArrayFITSFieldCopier< recordType, fitsType >::operator= | ( | const ArrayFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
FitsField<fitsType>* casa::ArrayFITSFieldCopier< recordType, fitsType >::fits_p [private] |
Definition at line 273 of file FITSFieldCopier.h.
Referenced by casa::ArrayFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casa::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().
RORecordFieldPtr<Array<recordType> >* casa::ArrayFITSFieldCopier< recordType, fitsType >::rec_p [private] |
Definition at line 272 of file FITSFieldCopier.h.
Referenced by casa::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().