casacore
Loading...
Searching...
No Matches
casacore::GetCellSlices Class Reference

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

#include <ArrayColumnFunc.h>

Public Member Functions

 GetCellSlices (const ArrayColumnBase &col, rownr_t rownr)
virtual void apply (const Slicer &slicer, ArrayBase &arr)
Public Member Functions inherited from casacore::BaseSlicesFunctor
virtual ~BaseSlicesFunctor ()

Private Attributes

const ArrayColumnBaseitsCol
rownr_t itsRow

Detailed Description

Functor to get irregular array slices from a cell.

Definition at line 53 of file ArrayColumnFunc.h.

Constructor & Destructor Documentation

◆ GetCellSlices()

casacore::GetCellSlices::GetCellSlices ( const ArrayColumnBase & col,
rownr_t rownr )
inline

Definition at line 56 of file ArrayColumnFunc.h.

References itsCol, and itsRow.

Member Function Documentation

◆ apply()

virtual void casacore::GetCellSlices::apply ( const Slicer & slicer,
ArrayBase & arr )
inlinevirtual

Implements casacore::BaseSlicesFunctor.

Definition at line 59 of file ArrayColumnFunc.h.

References itsCol, and itsRow.

Member Data Documentation

◆ itsCol

const ArrayColumnBase& casacore::GetCellSlices::itsCol
private

Definition at line 62 of file ArrayColumnFunc.h.

Referenced by apply(), and GetCellSlices().

◆ itsRow

rownr_t casacore::GetCellSlices::itsRow
private

Definition at line 63 of file ArrayColumnFunc.h.

Referenced by apply(), and GetCellSlices().


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