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