#include <vtkImageFourierFilter.h>
Inheritance diagram for vtkImageFourierFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | ExecuteFft (vtkImageComplex *in, vtkImageComplex *out, int N) |
void | ExecuteRfft (vtkImageComplex *in, vtkImageComplex *out, int N) |
Static Public Methods | |
vtkImageFourierFilter * | New () |
int | IsTypeOf (const char *type) |
vtkImageFourierFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageFourierFilter () | |
~vtkImageFourierFilter () | |
vtkImageFourierFilter (const vtkImageFourierFilter &) | |
void | operator= (const vtkImageFourierFilter &) |
void | ExecuteFftStep2 (vtkImageComplex *p_in, vtkImageComplex *p_out, int N, int bsize, int fb) |
void | ExecuteFftStepN (vtkImageComplex *p_in, vtkImageComplex *p_out, int N, int bsize, int n, int fb) |
void | ExecuteFftForwardBackward (vtkImageComplex *in, vtkImageComplex *out, int N, int fb) |
Definition at line 118 of file vtkImageFourierFilter.h.
|
Definition at line 139 of file vtkImageFourierFilter.h. |
|
Definition at line 140 of file vtkImageFourierFilter.h. |
|
Definition at line 141 of file vtkImageFourierFilter.h. |
|
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3. Reimplemented from vtkImageDecomposeFilter. Reimplemented in vtkImageFFT, and vtkImageRFFT. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. Reimplemented in vtkImageFFT, and vtkImageRFFT. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. Reimplemented in vtkImageFFT, and vtkImageRFFT. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. Reimplemented in vtkImageFFT, and vtkImageRFFT. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. Reimplemented in vtkImageFFT, and vtkImageRFFT. |
|
This function calculates the whole fft of an array. The contents of the input array are changed. (It is engineered for no decimation) |
|
This function calculates the whole fft of an array. The contents of the input array are changed. (It is engineered for no decimation) |
|
Definition at line 142 of file vtkImageFourierFilter.h. |
|
|
|
|
|
|