casacore
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casacore::VariableArrayFITSFieldCopier< recordType, fitsType > Class Template Reference

#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...
 
VariableArrayFITSFieldCopieroperator= (const VariableArrayFITSFieldCopier< recordType, fitsType > &other)
 

Private Attributes

RORecordFieldPtr< Array< recordType > > * rec_p
 
FitsField< fitsType > * fits_p
 
FitsField< char > * tdir_p
 

Detailed Description

template<class recordType, class fitsType>
class casacore::VariableArrayFITSFieldCopier< recordType, fitsType >

Definition at line 281 of file FITSFieldCopier.h.

Constructor & Destructor Documentation

◆ VariableArrayFITSFieldCopier() [1/2]

template<class recordType , class fitsType >
casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::VariableArrayFITSFieldCopier ( RORecordFieldPtr< Array< recordType > > *  recptr,
FitsField< fitsType > *  fitsptr,
FitsField< char > *  tdirptr 
)
inline

Definition at line 285 of file FITSFieldCopier.h.

◆ ~VariableArrayFITSFieldCopier()

template<class recordType , class fitsType >
casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::~VariableArrayFITSFieldCopier ( )
inline

◆ VariableArrayFITSFieldCopier() [2/2]

template<class recordType , class fitsType >
casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::VariableArrayFITSFieldCopier ( const VariableArrayFITSFieldCopier< recordType, fitsType > &  other)
private

Undefined and inaccessible.

Member Function Documentation

◆ copyToFITS()

template<class recordType , class fitsType >
virtual void casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::copyToFITS ( )
inlinevirtual

◆ operator=()

template<class recordType , class fitsType >
VariableArrayFITSFieldCopier& casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::operator= ( const VariableArrayFITSFieldCopier< recordType, fitsType > &  other)
private

Member Data Documentation

◆ fits_p

template<class recordType , class fitsType >
FitsField<fitsType>* casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::fits_p
private

◆ rec_p

template<class recordType , class fitsType >
RORecordFieldPtr<Array<recordType> >* casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::rec_p
private

◆ tdir_p

template<class recordType , class fitsType >
FitsField<char>* casacore::VariableArrayFITSFieldCopier< recordType, fitsType >::tdir_p
private

The documentation for this class was generated from the following file: