Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1StringFITSFieldCopier.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 23:31:46 2011
Кодировка:

Поисковые слова: mercury surface
casacore: casa::StringFITSFieldCopier Class Reference
Public Member Functions | Private Member Functions | Private Attributes

casa::StringFITSFieldCopier Class Reference
[FITS_module_internal_classes]

A FITSFieldCopier for copying String RecordFields to FitsFields. More...

#include <FITSFieldCopier.h>

Inheritance diagram for casa::StringFITSFieldCopier:
casa::FITSFieldCopier

List of all members.

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.
 ~StringFITSFieldCopier ()

Private Member Functions

 StringFITSFieldCopier (const StringFITSFieldCopier &other)
 Undefined and inaccessible.
StringFITSFieldCopieroperator= (const StringFITSFieldCopier &other)

Private Attributes

RORecordFieldPtr< String > * rec_p
FitsField< char > * fits_p

Detailed Description

A FITSFieldCopier for copying String RecordFields to FitsFields.

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

To Do

Definition at line 179 of file FITSFieldCopier.h.


Constructor & Destructor Documentation

casa::StringFITSFieldCopier::StringFITSFieldCopier ( RORecordFieldPtr< String > *  rptr,
FitsField< char > *  fptr 
) [inline]

Definition at line 182 of file FITSFieldCopier.h.

casa::StringFITSFieldCopier::~StringFITSFieldCopier (  )  [inline]

Definition at line 200 of file FITSFieldCopier.h.

casa::StringFITSFieldCopier::StringFITSFieldCopier ( const StringFITSFieldCopier other  )  [private]

Undefined and inaccessible.


Member Function Documentation

virtual void casa::StringFITSFieldCopier::copyToFITS (  )  [inline, virtual]

Copy the current contents of the input RORecordFieldPtr to the output FitsField.

Implements casa::FITSFieldCopier.

Definition at line 186 of file FITSFieldCopier.h.

References fits_p, casa::length(), and casa::FitsBase::nelements().

StringFITSFieldCopier& casa::StringFITSFieldCopier::operator= ( const StringFITSFieldCopier other  )  [private]

Member Data Documentation

Definition at line 203 of file FITSFieldCopier.h.

Referenced by copyToFITS().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines