A FITSFieldCopier for copying String RecordFields to FitsFields. More...
#include <FITSFieldCopier.h>
Public Member Functions | |
StringFITSFieldCopier (RORecordFieldPtr< String > *rptr, FitsField< char > *fptr) | |
virtual void | copyToFITS () |
Copy the current contents of the input RORecordFieldPtr to the output FitsField. | |
~StringFITSFieldCopier () | |
Private Member Functions | |
StringFITSFieldCopier (const StringFITSFieldCopier &other) | |
Undefined and inaccessible. | |
StringFITSFieldCopier & | operator= (const StringFITSFieldCopier &other) |
Private Attributes | |
RORecordFieldPtr< String > * | rec_p |
FitsField< char > * | fits_p |
A FITSFieldCopier for copying String RecordFields to FitsFields.
Internal
Definition at line 180 of file FITSFieldCopier.h.
casacore::StringFITSFieldCopier::StringFITSFieldCopier | ( | RORecordFieldPtr< String > * | rptr, | |
FitsField< char > * | fptr | |||
) | [inline] |
Definition at line 183 of file FITSFieldCopier.h.
casacore::StringFITSFieldCopier::~StringFITSFieldCopier | ( | ) | [inline] |
Definition at line 201 of file FITSFieldCopier.h.
casacore::StringFITSFieldCopier::StringFITSFieldCopier | ( | const StringFITSFieldCopier & | other | ) | [private] |
Undefined and inaccessible.
virtual void casacore::StringFITSFieldCopier::copyToFITS | ( | ) | [inline, virtual] |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
Implements casacore::FITSFieldCopier.
Definition at line 187 of file FITSFieldCopier.h.
References fits_p, casacore::length(), and casacore::FitsBase::nelements().
StringFITSFieldCopier& casacore::StringFITSFieldCopier::operator= | ( | const StringFITSFieldCopier & | other | ) | [private] |
FitsField<char>* casacore::StringFITSFieldCopier::fits_p [private] |
Definition at line 204 of file FITSFieldCopier.h.
Referenced by copyToFITS(), and ~StringFITSFieldCopier().
Definition at line 203 of file FITSFieldCopier.h.
Referenced by ~StringFITSFieldCopier().