casa
$Rev:20696$
|
Functor to put irregular array slices into a cell. More...
#include <ArrayColumnFunc.h>
Public Member Functions | |
PutCellSlices (ArrayColumn< T > &col, uInt rownr) | |
virtual void | apply (const Slicer &slicer, Array< T > &arr) |
Private Attributes | |
ArrayColumn< T > & | itsCol |
uInt | itsRow |
Functor to put irregular array slices into a cell.
Definition at line 85 of file ArrayColumnFunc.h.
casa::PutCellSlices< T >::PutCellSlices | ( | ArrayColumn< T > & | col, |
uInt | rownr | ||
) | [inline] |
Definition at line 88 of file ArrayColumnFunc.h.
virtual void casa::PutCellSlices< T >::apply | ( | const Slicer & | slicer, |
Array< T > & | arr | ||
) | [inline, virtual] |
Implements casa::BaseSlicesFunctor< T >.
Definition at line 91 of file ArrayColumnFunc.h.
References casa::PutCellSlices< T >::itsCol, and casa::PutCellSlices< T >::itsRow.
ArrayColumn<T>& casa::PutCellSlices< T >::itsCol [private] |
Definition at line 94 of file ArrayColumnFunc.h.
Referenced by casa::PutCellSlices< T >::apply().
uInt casa::PutCellSlices< T >::itsRow [private] |
Definition at line 95 of file ArrayColumnFunc.h.
Referenced by casa::PutCellSlices< T >::apply().