casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casacore::GetCellSlices< T > Class Template Reference

Functor to get irregular array slices from a cell. More...

#include <ArrayColumnFunc.h>

Inheritance diagram for casacore::GetCellSlices< T >:
casacore::BaseSlicesFunctor< T >

Public Member Functions

 GetCellSlices (const ArrayColumn< T > &col, uInt rownr)
 
virtual void apply (const Slicer &slicer, Array< T > &arr)
 
- Public Member Functions inherited from casacore::BaseSlicesFunctor< T >
virtual ~BaseSlicesFunctor ()
 

Private Attributes

const ArrayColumn< T > & itsCol
 
uInt itsRow
 

Detailed Description

template<typename T>
class casacore::GetCellSlices< T >

Functor to get irregular array slices from a cell.

Definition at line 57 of file ArrayColumnFunc.h.

Constructor & Destructor Documentation

template<typename T >
casacore::GetCellSlices< T >::GetCellSlices ( const ArrayColumn< T > &  col,
uInt  rownr 
)
inline

Definition at line 60 of file ArrayColumnFunc.h.

Member Function Documentation

template<typename T >
virtual void casacore::GetCellSlices< T >::apply ( const Slicer slicer,
Array< T > &  arr 
)
inlinevirtual

Member Data Documentation

template<typename T >
const ArrayColumn<T>& casacore::GetCellSlices< T >::itsCol
private

Definition at line 66 of file ArrayColumnFunc.h.

Referenced by casacore::GetCellSlices< T >::apply().

template<typename T >
uInt casacore::GetCellSlices< T >::itsRow
private

Definition at line 67 of file ArrayColumnFunc.h.

Referenced by casacore::GetCellSlices< T >::apply().


The documentation for this class was generated from the following file: