Functor to get irregular array slices from a cell. More...
#include <ArrayColumnFunc.h>
Public Member Functions | |
GetCellSlices (const ArrayColumn< T > &col, uInt rownr) | |
virtual void | apply (const Slicer &slicer, Array< T > &arr) |
Private Attributes | |
const ArrayColumn< T > & | itsCol |
uInt | itsRow |
Functor to get irregular array slices from a cell.
Definition at line 57 of file ArrayColumnFunc.h.
casacore::GetCellSlices< T >::GetCellSlices | ( | const ArrayColumn< T > & | col, | |
uInt | rownr | |||
) | [inline] |
Definition at line 60 of file ArrayColumnFunc.h.
virtual void casacore::GetCellSlices< T >::apply | ( | const Slicer & | slicer, | |
Array< T > & | arr | |||
) | [inline, virtual] |
Implements casacore::BaseSlicesFunctor< T >.
Definition at line 63 of file ArrayColumnFunc.h.
References casacore::GetCellSlices< T >::itsCol, and casacore::GetCellSlices< T >::itsRow.
const ArrayColumn<T>& casacore::GetCellSlices< T >::itsCol [private] |
Definition at line 66 of file ArrayColumnFunc.h.
Referenced by casacore::GetCellSlices< T >::apply().
uInt casacore::GetCellSlices< T >::itsRow [private] |
Definition at line 67 of file ArrayColumnFunc.h.
Referenced by casacore::GetCellSlices< T >::apply().