casa::vi::DataFFTKernel Class Reference
#include <RegriddingTVI.h>
List of all members.
Public Member Functions |
| DataFFTKernel (Double fftShift) |
| ~DataFFTKernel () |
void | kernel (DataCubeMap *inputData, DataCubeMap *outputData) |
Protected Member Functions |
void | fftshift (Vector< Complex > &inputDataVector, Vector< Bool > &inputFlagVector, Vector< Complex > &outputDataVector, Vector< Bool > &outputFlagVector) |
void | fftshift (Vector< Float > &inputDataVector, Vector< Bool > &inputFlagVector, Vector< Float > &outputDataVector, Vector< Bool > &outputFlagVector) |
Protected Attributes |
Double | fftShift_p |
FFTServer< Float, Complex > | fFFTServer_p |
Detailed Description
Definition at line 258 of file RegriddingTVI.h.
Constructor & Destructor Documentation
casa::vi::DataFFTKernel::DataFFTKernel |
( |
Double |
fftShift |
) |
|
casa::vi::DataFFTKernel::~DataFFTKernel |
( |
|
) |
[inline] |
Member Function Documentation
void casa::vi::DataFFTKernel::fftshift |
( |
Vector< Float > & |
inputDataVector, |
|
|
Vector< Bool > & |
inputFlagVector, |
|
|
Vector< Float > & |
outputDataVector, |
|
|
Vector< Bool > & |
outputFlagVector | |
|
) |
| | [protected] |
void casa::vi::DataFFTKernel::fftshift |
( |
Vector< Complex > & |
inputDataVector, |
|
|
Vector< Bool > & |
inputFlagVector, |
|
|
Vector< Complex > & |
outputDataVector, |
|
|
Vector< Bool > & |
outputFlagVector | |
|
) |
| | [protected] |
Member Data Documentation
The documentation for this class was generated from the following file: