Functor to get irregular array slices from a column. More...
#include <ArrayColumnFunc.h>
Public Member Functions | |
| GetColumnSlices (const ArrayColumn< T > &col) | |
| virtual void | apply (const Slicer &slicer, Array< T > &arr) |
Private Attributes | |
| const ArrayColumn< T > & | itsCol |
Functor to get irregular array slices from a column.
Definition at line 72 of file ArrayColumnFunc.h.
| casacore::GetColumnSlices< T >::GetColumnSlices | ( | const ArrayColumn< T > & | col | ) | [inline] |
Definition at line 75 of file ArrayColumnFunc.h.
| virtual void casacore::GetColumnSlices< T >::apply | ( | const Slicer & | slicer, | |
| Array< T > & | arr | |||
| ) | [inline, virtual] |
Implements casacore::BaseSlicesFunctor< T >.
Definition at line 78 of file ArrayColumnFunc.h.
References casacore::GetColumnSlices< T >::itsCol.
const ArrayColumn<T>& casacore::GetColumnSlices< T >::itsCol [private] |
Definition at line 81 of file ArrayColumnFunc.h.
Referenced by casacore::GetColumnSlices< T >::apply().
1.6.1