casacore
Public Member Functions | Private Attributes | List of all members
casacore::PutCellSlices< T > Class Template Reference

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)
 
- Public Member Functions inherited from casacore::BaseSlicesFunctor< T >
virtual ~BaseSlicesFunctor ()
 

Private Attributes

ArrayColumn< T > & itsCol
 
uInt itsRow
 

Detailed Description

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

Functor to put irregular array slices into a cell

Definition at line 86 of file ArrayColumnFunc.h.

Constructor & Destructor Documentation

◆ PutCellSlices()

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

Definition at line 89 of file ArrayColumnFunc.h.

Member Function Documentation

◆ apply()

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

Member Data Documentation

◆ itsCol

template<typename T >
ArrayColumn<T>& casacore::PutCellSlices< T >::itsCol
private

Definition at line 95 of file ArrayColumnFunc.h.

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

◆ itsRow

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

Definition at line 96 of file ArrayColumnFunc.h.

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


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