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 86 of file ArrayColumnFunc.h.
casacore::PutCellSlices< T >::PutCellSlices | ( | ArrayColumn< T > & | col, | |
uInt | rownr | |||
) | [inline] |
Definition at line 89 of file ArrayColumnFunc.h.
virtual void casacore::PutCellSlices< T >::apply | ( | const Slicer & | slicer, | |
Array< T > & | arr | |||
) | [inline, virtual] |
Implements casacore::BaseSlicesFunctor< T >.
Definition at line 92 of file ArrayColumnFunc.h.
References casacore::PutCellSlices< T >::itsCol, and casacore::PutCellSlices< T >::itsRow.
ArrayColumn<T>& casacore::PutCellSlices< T >::itsCol [private] |
Definition at line 95 of file ArrayColumnFunc.h.
Referenced by casacore::PutCellSlices< T >::apply().
uInt casacore::PutCellSlices< T >::itsRow [private] |
Definition at line 96 of file ArrayColumnFunc.h.
Referenced by casacore::PutCellSlices< T >::apply().