casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::FITSFieldCopier Class Reference

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

#include <FITSFieldCopier.h>

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

List of all members.

Public Member Functions

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

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 casa::FITSFieldCopier::~FITSFieldCopier ( ) [inline, virtual]

destructor

Definition at line 81 of file FITSFieldCopier.h.


Member Function Documentation

virtual void casa::FITSFieldCopier::copyToFITS ( ) [pure virtual]

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