| 
    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.   | |
  Public Member Functions inherited from casacore::FITSFieldCopier | |
| virtual | ~FITSFieldCopier () | 
| destructor   | |
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 120 of file FITSFieldCopier.h.
      
  | 
  inline | 
Definition at line 124 of file FITSFieldCopier.h.
      
  | 
  inline | 
Definition at line 127 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 131 of file FITSFieldCopier.h.
References casacore::ScalarFITSFieldCopier< recordType, fitsType >::rec_p.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 134 of file FITSFieldCopier.h.
Referenced by casacore::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().
      
  | 
  private | 
Definition at line 133 of file FITSFieldCopier.h.
Referenced by casacore::ScalarFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casacore::ScalarFITSFieldCopier< recordType, fitsType >::~ScalarFITSFieldCopier().