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.
casacore::ArrayFITSFieldCopier< recordType, fitsType >::ArrayFITSFieldCopier | ( | RORecordFieldPtr< Array< recordType > > * | recptr, | |
FitsField< fitsType > * | fitsptr | |||
) | [inline] |
Definition at line 251 of file FITSFieldCopier.h.
casacore::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier | ( | ) | [inline] |
Definition at line 253 of file FITSFieldCopier.h.
References casacore::ArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casacore::ArrayFITSFieldCopier< recordType, fitsType >::rec_p.
casacore::ArrayFITSFieldCopier< recordType, fitsType >::ArrayFITSFieldCopier | ( | const ArrayFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
Undefined and inaccessible.
virtual void casacore::ArrayFITSFieldCopier< recordType, fitsType >::copyToFITS | ( | ) | [inline, virtual] |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
pad with nulls
Implements casacore::FITSFieldCopier.
Definition at line 256 of file FITSFieldCopier.h.
References casacore::ArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casacore::FitsBase::nelements().
ArrayFITSFieldCopier& casacore::ArrayFITSFieldCopier< recordType, fitsType >::operator= | ( | const ArrayFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
FitsField<fitsType>* casacore::ArrayFITSFieldCopier< recordType, fitsType >::fits_p [private] |
Definition at line 273 of file FITSFieldCopier.h.
Referenced by casacore::ArrayFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casacore::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().
RORecordFieldPtr<Array<recordType> >* casacore::ArrayFITSFieldCopier< recordType, fitsType >::rec_p [private] |
Definition at line 272 of file FITSFieldCopier.h.
Referenced by casacore::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().