| 
    casacore
    
   | 
 
#include <FITSFieldCopier.h>
Public Member Functions | |
| virtual | ~FITSFieldCopier () | 
| destructor   | |
| virtual void | copyToFITS ()=0 | 
| the things which does the work - to be implemented in each derived class   | |
Virtual base class for copying RORecordFields to FitsFields
Internal
Definition at line 74 of file FITSFieldCopier.h.
      
  | 
  inlinevirtual | 
destructor
Definition at line 78 of file FITSFieldCopier.h.
      
  | 
  pure virtual | 
the things which does the work - to be implemented in each derived class
Implemented in casacore::ScalarFITSFieldCopier< recordType, fitsType >, casacore::StringFITSFieldCopier, casacore::ArrayFITSFieldCopier< recordType, fitsType >, and casacore::VariableArrayFITSFieldCopier< recordType, fitsType >.