casacore
|
#include <FITSFieldCopier.h>
Public Member Functions | |
VariableArrayFITSFieldCopier (RORecordFieldPtr< Array< recordType > > *recptr, FitsField< fitsType > *fitsptr, FitsField< char > *tdirptr) | |
~VariableArrayFITSFieldCopier () | |
virtual void | copyToFITS () |
Copy the current contents of the input RORecordFieldPtr to the output FitsField. More... | |
Public Member Functions inherited from casacore::FITSFieldCopier | |
virtual | ~FITSFieldCopier () |
destructor More... | |
Private Member Functions | |
VariableArrayFITSFieldCopier (const VariableArrayFITSFieldCopier< recordType, fitsType > &other) | |
Undefined and inaccessible. More... | |
VariableArrayFITSFieldCopier & | operator= (const VariableArrayFITSFieldCopier< recordType, fitsType > &other) |
Private Attributes | |
RORecordFieldPtr< Array< recordType > > * | rec_p |
FitsField< fitsType > * | fits_p |
FitsField< char > * | tdir_p |
Definition at line 281 of file FITSFieldCopier.h.
|
inline |
Definition at line 285 of file FITSFieldCopier.h.
|
inline |
Definition at line 289 of file FITSFieldCopier.h.
References casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::fits_p, and casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::rec_p.
|
private |
Undefined and inaccessible.
|
inlinevirtual |
Copy the current contents of the input RORecordFieldPtr to the output FitsField.
and construct the TDIM value for this array
and store it in the tdir_p FitsField
Implements casacore::FITSFieldCopier.
Definition at line 292 of file FITSFieldCopier.h.
References casacore::String::chars(), casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::fits_p, casacore::String::length(), casacore::FitsBase::nelements(), casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::tdir_p, and casacore::FITSKeywordUtil::toTDIM().
|
private |
|
private |
Definition at line 323 of file FITSFieldCopier.h.
Referenced by casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::copyToFITS(), and casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::~VariableArrayFITSFieldCopier().
|
private |
Definition at line 322 of file FITSFieldCopier.h.
Referenced by casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::~VariableArrayFITSFieldCopier().
|
private |
Definition at line 324 of file FITSFieldCopier.h.
Referenced by casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::copyToFITS().