casa
5.7.0-16
|
#include <MSTransformBufferImpl.h>
Public Member Functions | |
DataCubeHolder (casacore::Cube< T > &dataCube) | |
~DataCubeHolder () | |
casacore::Matrix< T > & | getMatrix () |
casacore::Vector< T > & | getVector () |
void | setMatrixIndex (casacore::uInt matrixIndex) |
void | setVectorIndex (casacore::uInt vectorIndex) |
Public Member Functions inherited from casa::vi::DataCubeHolderBase | |
DataCubeHolderBase () | |
virtual | ~DataCubeHolderBase () |
virtual DataCubeHolderBase * | selfReference ()=0 |
casacore::uInt | getMatrixIndex () |
casacore::uInt | getVectorIndex () |
casacore::IPosition & | getCubeShape () |
casacore::IPosition & | getMatrixShape () |
casacore::IPosition & | getVectorShape () |
virtual void | setupVecIter ()=0 |
Methods controlling internal iteration gmoellen (2017Mar06) More... | |
virtual void | reset ()=0 |
virtual void | next ()=0 |
virtual casacore::Bool | pastEnd ()=0 |
Protected Attributes | |
casacore::Cube< T > | cube_p |
casacore::Matrix< T > | matrix_p |
casacore::Vector< T > | vector_p |
Protected Attributes inherited from casa::vi::DataCubeHolderBase | |
casacore::uInt | matrixIndex_p |
casacore::uInt | vectorIndex_p |
casacore::IPosition | cubeShape_p |
casacore::IPosition | matrixShape_p |
casacore::IPosition | vectorShape_p |
Definition at line 56 of file MSTransformBufferImpl.h.
|
inline |
Definition at line 61 of file MSTransformBufferImpl.h.
References casa::vi::DataCubeHolder::cube_p.
|
inline |
Definition at line 62 of file MSTransformBufferImpl.h.
|
inline |
Definition at line 64 of file MSTransformBufferImpl.h.
References casa::vi::DataCubeHolder::matrix_p.
|
inline |
Definition at line 65 of file MSTransformBufferImpl.h.
References casa::vi::DataCubeHolder::vector_p.
|
inlinevirtual |
Implements casa::vi::DataCubeHolderBase.
Definition at line 67 of file MSTransformBufferImpl.h.
References casa::vi::DataCubeHolder::cube_p, casa::vi::DataCubeHolder::matrix_p, casa::vi::DataCubeHolderBase::matrixIndex_p, and casa::vi::DataCubeHolderBase::matrixShape_p.
|
inlinevirtual |
Implements casa::vi::DataCubeHolderBase.
Definition at line 75 of file MSTransformBufferImpl.h.
References casa::vi::DataCubeHolder::matrix_p, casa::vi::DataCubeHolder::vector_p, casa::vi::DataCubeHolderBase::vectorIndex_p, and casa::vi::DataCubeHolderBase::vectorShape_p.
|
protected |
Definition at line 85 of file MSTransformBufferImpl.h.
|
protected |
Definition at line 86 of file MSTransformBufferImpl.h.
|
protected |
Definition at line 87 of file MSTransformBufferImpl.h.