casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::PutCellSlices< T > Class Template Reference

Functor to put irregular array slices into a cell. More...

#include <ArrayColumnFunc.h>

Inheritance diagram for casa::PutCellSlices< T >:
casa::BaseSlicesFunctor< T >

List of all members.

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

Detailed Description

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

Functor to put irregular array slices into a cell.

Definition at line 85 of file ArrayColumnFunc.h.


Constructor & Destructor Documentation

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

Definition at line 88 of file ArrayColumnFunc.h.


Member Function Documentation

template<typename T >
virtual void casa::PutCellSlices< T >::apply ( const Slicer slicer,
Array< T > &  arr 
) [inline, virtual]

Member Data Documentation

template<typename T >
ArrayColumn<T>& casa::PutCellSlices< T >::itsCol [private]

Definition at line 94 of file ArrayColumnFunc.h.

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

template<typename T >
uInt casa::PutCellSlices< T >::itsRow [private]

Definition at line 95 of file ArrayColumnFunc.h.

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


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