casacore
|
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. More... | |
~StringFITSFieldCopier () | |
Public Member Functions inherited from casacore::FITSFieldCopier | |
virtual | ~FITSFieldCopier () |
destructor More... | |
Private Member Functions | |
StringFITSFieldCopier (const StringFITSFieldCopier &other) | |
Undefined and inaccessible. More... | |
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.
|
inline |
Definition at line 183 of file FITSFieldCopier.h.
|
inline |
Definition at line 201 of file FITSFieldCopier.h.
|
private |
Undefined and inaccessible.
|
inlinevirtual |
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().
|
private |
|
private |
Definition at line 204 of file FITSFieldCopier.h.
Referenced by copyToFITS(), and ~StringFITSFieldCopier().
|
private |
Definition at line 203 of file FITSFieldCopier.h.
Referenced by ~StringFITSFieldCopier().