casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::FITSFieldCopier Class Referenceabstract

Virtual base class for copying RORecordFields to FitsFields. More...

#include <FITSFieldCopier.h>

Inheritance diagram for casacore::FITSFieldCopier:
casacore::ArrayFITSFieldCopier< recordType, fitsType > casacore::ScalarFITSFieldCopier< recordType, fitsType > casacore::StringFITSFieldCopier casacore::VariableArrayFITSFieldCopier< recordType, fitsType >

Public Member Functions

virtual ~FITSFieldCopier ()
 destructor More...
 
virtual void copyToFITS ()=0
 the things which does the work - to be implemented in each derived class More...
 

Detailed Description

Virtual base class for copying RORecordFields to FitsFields.

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

To Do

Definition at line 77 of file FITSFieldCopier.h.

Constructor & Destructor Documentation

virtual casacore::FITSFieldCopier::~FITSFieldCopier ( )
inlinevirtual

destructor

Definition at line 81 of file FITSFieldCopier.h.

Member Function Documentation

virtual void casacore::FITSFieldCopier::copyToFITS ( )
pure virtual

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