#include <UVContSubTVI.h>
Public Member Functions | |
UVContSubTransformEngine (UVContSubKernel< T > *kernel, DataCubeMap *inputData, DataCubeMap *outputData) | |
void | transform () |
void | transformCore (DataCubeMap *inputData, DataCubeMap *outputData) |
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. |
Definition at line 137 of file UVContSubTVI.h.
casa::vi::UVContSubTransformEngine< T >::UVContSubTransformEngine | ( | UVContSubKernel< T > * | kernel, | |
DataCubeMap * | inputData, | |||
DataCubeMap * | outputData | |||
) |
void casa::vi::UVContSubTransformEngine< T >::transform | ( | ) | [virtual] |
Reimplemented from casa::vi::FreqAxisTransformEngine2< T >.
void casa::vi::UVContSubTransformEngine< T >::transformCore | ( | DataCubeMap * | inputData, | |
DataCubeMap * | outputData | |||
) |
UVContSubKernel<T>* casa::vi::UVContSubTransformEngine< T >::uvContSubKernel_p [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 158 of file UVContSubTVI.h.