casacore
|
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. More... | |
Public Member Functions inherited from casacore::FITSFieldCopier | |
virtual | ~FITSFieldCopier () |
destructor More... | |
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.
|
inline |
Definition at line 127 of file FITSFieldCopier.h.
|
inline |
Definition at line 130 of file FITSFieldCopier.h.
References casacore::ScalarFITSFieldCopier< recordType, fitsType >::fits_p, and casacore::ScalarFITSFieldCopier< recordType, fitsType >::rec_p.
|
private |
|
inlinevirtual |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
Implements casacore::FITSFieldCopier.
Definition at line 134 of file FITSFieldCopier.h.
References casacore::ScalarFITSFieldCopier< recordType, fitsType >::rec_p.
|
private |
|
private |
Definition at line 137 of file FITSFieldCopier.h.
Referenced by casacore::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().
|
private |
Definition at line 136 of file FITSFieldCopier.h.
Referenced by casacore::ScalarFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casacore::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().