casa
$Rev:20696$
|
A FITSFieldCopier for copying scalar non-string RecordFields to FitsFields. More...
#include <FITSFieldCopier.h>
Public Member Functions | |
ScalarFITSFieldCopier (RORecordFieldPtr< recordType > *recptr, FitsField< fitsType > *fitsptr) | |
~ScalarFITSFieldCopier () | |
virtual void | copyToFITS () |
Copy the current contents of the input RORecordFieldPtr to the output FitsField. | |
Private Member Functions | |
ScalarFITSFieldCopier (const ScalarFITSFieldCopier< recordType, fitsType > &other) | |
ScalarFITSFieldCopier & | operator= (const ScalarFITSFieldCopier< recordType, fitsType > &other) |
Private Attributes | |
RORecordFieldPtr< recordType > * | rec_p |
FitsField< fitsType > * | fits_p |
A FITSFieldCopier for copying scalar non-string RecordFields to FitsFields.
Internal
Definition at line 123 of file FITSFieldCopier.h.
casa::ScalarFITSFieldCopier< recordType, fitsType >::ScalarFITSFieldCopier | ( | RORecordFieldPtr< recordType > * | recptr, |
FitsField< fitsType > * | fitsptr | ||
) | [inline] |
Definition at line 127 of file FITSFieldCopier.h.
casa::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier | ( | ) | [inline] |
Definition at line 130 of file FITSFieldCopier.h.
References casa::ScalarFITSFieldCopier< recordType, fitsType >::fits_p, and casa::ScalarFITSFieldCopier< recordType, fitsType >::rec_p.
casa::ScalarFITSFieldCopier< recordType, fitsType >::ScalarFITSFieldCopier | ( | const ScalarFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
virtual void casa::ScalarFITSFieldCopier< recordType, fitsType >::copyToFITS | ( | ) | [inline, virtual] |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
Implements casa::FITSFieldCopier.
Definition at line 134 of file FITSFieldCopier.h.
References casa::ScalarFITSFieldCopier< recordType, fitsType >::rec_p.
ScalarFITSFieldCopier& casa::ScalarFITSFieldCopier< recordType, fitsType >::operator= | ( | const ScalarFITSFieldCopier< recordType, fitsType > & | other | ) | [private] |
FitsField<fitsType>* casa::ScalarFITSFieldCopier< recordType, fitsType >::fits_p [private] |
Definition at line 137 of file FITSFieldCopier.h.
Referenced by casa::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().
RORecordFieldPtr<recordType>* casa::ScalarFITSFieldCopier< recordType, fitsType >::rec_p [private] |
Definition at line 136 of file FITSFieldCopier.h.
Referenced by casa::ScalarFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casa::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().