casacore
|
Unequal shape copier. More...
#include <RecordFieldWriter.h>
Public Member Functions | |
UnequalShapeCopier (RecordInterface &outRecord, RecordFieldId whichOutField, const RecordInterface &inRecord, RecordFieldId whichInField) | |
virtual void | writeField () |
Public Member Functions inherited from casacore::RecordFieldWriter | |
virtual | ~RecordFieldWriter () |
Private Attributes | |
RecordFieldPtr< Array< T > > | out_p |
RORecordFieldPtr< Array< T > > | in_p |
Unequal shape copier.
Internal
Copy fields where the two fields fields do not have the same shape, however, the number of elements must match. Copying is done element by element in vector order.
Sometimes the shapes need to change even though the number of elements stays the same.
Definition at line 125 of file RecordFieldWriter.h.
casacore::UnequalShapeCopier< T >::UnequalShapeCopier | ( | RecordInterface & | outRecord, |
RecordFieldId | whichOutField, | ||
const RecordInterface & | inRecord, | ||
RecordFieldId | whichInField | ||
) |
|
virtual |
Implements casacore::RecordFieldWriter.
|
private |
Definition at line 135 of file RecordFieldWriter.h.
|
private |
Definition at line 134 of file RecordFieldWriter.h.