|
virtual int | IsA (const char *type) |
|
vtkImageFourierFilter * | NewInstance () const |
|
void | ExecuteFft (vtkImageComplex *in, vtkImageComplex *out, int N) |
|
void | ExecuteRfft (vtkImageComplex *in, vtkImageComplex *out, int N) |
|
void | SetDimensionality (int dim) |
|
virtual int | GetDimensionality () |
|
void | PermuteIncrements (vtkIdType *increments, vtkIdType &inc0, vtkIdType &inc1, vtkIdType &inc2) |
|
void | PermuteExtent (int *extent, int &min0, int &max0, int &min1, int &max1, int &min2, int &max2) |
|
vtkImageDecomposeFilter * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkImageIterateFilter * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | GetIteration () |
|
virtual int | GetNumberOfIterations () |
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkImageFourierFilter () |
|
| ~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) |
|
| vtkImageDecomposeFilter () |
|
| ~vtkImageDecomposeFilter () |
|
| vtkImageIterateFilter () |
|
| ~vtkImageIterateFilter () |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
|
virtual int | IterativeRequestInformation (vtkInformation *in, vtkInformation *out) |
|
virtual int | IterativeRequestUpdateExtent (vtkInformation *in, vtkInformation *out) |
|
virtual int | IterativeRequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual void | SetNumberOfIterations (int num) |
|
Superclass that implements complex numbers.
vtkImageFourierFilter is a class of filters that use complex numbers this superclass is a container for methods that manipulate these structure including fast Fourier transforms. Complex numbers may become a class. This should really be a helper class.
Definition at line 90 of file vtkImageFourierFilter.h.