casa
$Rev:20696$
|
Virtual base class for copying RORecordFields to FitsFields. More...
#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 77 of file FITSFieldCopier.h.
virtual casa::FITSFieldCopier::~FITSFieldCopier | ( | ) | [inline, virtual] |
destructor
Definition at line 81 of file FITSFieldCopier.h.
virtual void casa::FITSFieldCopier::copyToFITS | ( | ) | [pure virtual] |
the things which does the work - to be implemented in each derived class
Implemented in casa::VariableArrayFITSFieldCopier< recordType, fitsType >, casa::ArrayFITSFieldCopier< recordType, fitsType >, casa::StringFITSFieldCopier, and casa::ScalarFITSFieldCopier< recordType, fitsType >.