vtkImageRFFT - Reverse Fast Fourier Transform.
Super Class: vtkImageFourierFilter
Description:
vtkImageRFFT implements the reverse fast Fourier transform. The input can have real or imaginary data in any components and data types, but the output is always float with real values in component0, and imaginary values in component1. The filter is faster for images that have power of two sizes.
Methods:
static vtkImageRFFT *New () | |
const char *GetClassName () | |
int SplitExtent (int ,int ,int ,int ) | |
void ExecuteImageInformation () | |
void ComputeRequiredInputUpdateExtent (int ,int ) | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
int SplitExtent (int ,int ,int ,int ) |