casa
5.7.0-16
|
#include <UVContSubTVI.h>
Public Member Functions | |
UVContSubTransformEngine (UVContSubKernel< T > *kernel, DataCubeMap *inputData, DataCubeMap *outputData) | |
void | transform () |
void | transformCore (DataCubeMap *inputData, DataCubeMap *outputData) |
Public Member Functions inherited from casa::vi::FreqAxisTransformEngine2< T > | |
FreqAxisTransformEngine2 (DataCubeMap *inputData, DataCubeMap *outputData) | |
void | setRowIndex (casacore::uInt row) |
void | setCorrIndex (casacore::uInt corr) |
void | setDebug (bool debug) |
Protected Attributes | |
UVContSubKernel< T > * | uvContSubKernel_p |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class. More... | |
Protected Attributes inherited from casa::vi::FreqAxisTransformEngine2< T > | |
casacore::Bool | debug_p |
casacore::uInt | rowIndex_p |
casacore::uInt | corrIndex_p |
DataCubeMap * | inputData_p |
DataCubeMap * | outputData_p |
Definition at line 141 of file UVContSubTVI.h.
casa::vi::UVContSubTransformEngine< T >::UVContSubTransformEngine | ( | UVContSubKernel< T > * | kernel, |
DataCubeMap * | inputData, | ||
DataCubeMap * | outputData | ||
) |
|
virtual |
Reimplemented from casa::vi::FreqAxisTransformEngine2< T >.
void casa::vi::UVContSubTransformEngine< T >::transformCore | ( | DataCubeMap * | inputData, |
DataCubeMap * | outputData | ||
) |
|
protected |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class.
Definition at line 162 of file UVContSubTVI.h.