casacore
|
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. More... | |
Public Member Functions inherited from casacore::FITSFieldCopier | |
virtual | ~FITSFieldCopier () |
destructor More... | |
Private Member Functions | |
ArrayFITSFieldCopier (const ArrayFITSFieldCopier< recordType, fitsType > &other) | |
Undefined and inaccessible. More... | |
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.
|
inline |
Definition at line 251 of file FITSFieldCopier.h.
|
inline |
Definition at line 253 of file FITSFieldCopier.h.
References casacore::ArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casacore::ArrayFITSFieldCopier< recordType, fitsType >::rec_p.
|
private |
Undefined and inaccessible.
|
inlinevirtual |
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().
|
private |
|
private |
Definition at line 273 of file FITSFieldCopier.h.
Referenced by casacore::ArrayFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casacore::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().
|
private |
Definition at line 272 of file FITSFieldCopier.h.
Referenced by casacore::ArrayFITSFieldCopier< recordType, fitsType >::~ArrayFITSFieldCopier().