casa
$Rev:20696$
|
Functor to get irregular array slices from a cell. More...
#include <ArrayColumnFunc.h>
Public Member Functions | |
GetCellSlices (const ROArrayColumn< T > &col, uInt rownr) | |
virtual void | apply (const Slicer &slicer, Array< T > &arr) |
Private Attributes | |
const ROArrayColumn< T > & | itsCol |
uInt | itsRow |
Functor to get irregular array slices from a cell.
Definition at line 56 of file ArrayColumnFunc.h.
casa::GetCellSlices< T >::GetCellSlices | ( | const ROArrayColumn< T > & | col, |
uInt | rownr | ||
) | [inline] |
Definition at line 59 of file ArrayColumnFunc.h.
virtual void casa::GetCellSlices< T >::apply | ( | const Slicer & | slicer, |
Array< T > & | arr | ||
) | [inline, virtual] |
Implements casa::BaseSlicesFunctor< T >.
Definition at line 62 of file ArrayColumnFunc.h.
References casa::GetCellSlices< T >::itsCol, and casa::GetCellSlices< T >::itsRow.
const ROArrayColumn<T>& casa::GetCellSlices< T >::itsCol [private] |
Definition at line 65 of file ArrayColumnFunc.h.
Referenced by casa::GetCellSlices< T >::apply().
uInt casa::GetCellSlices< T >::itsRow [private] |
Definition at line 66 of file ArrayColumnFunc.h.
Referenced by casa::GetCellSlices< T >::apply().