FFT for table columns.
More...
#include <vtkTableFFT.h>
Inherits vtkTableAlgorithm.
FFT for table columns.
vtkTableFFT performs the Fast Fourier Transform on the columns of a table. Internally, it shoves each column into an image data and then uses vtkImageFFT to perform the actual FFT.
- See Also
- vtkImageFFT
Definition at line 45 of file vtkTableFFT.h.
vtkTableFFT::vtkTableFFT |
( |
| ) |
|
|
protected |
vtkTableFFT::~vtkTableFFT |
( |
| ) |
|
|
protected |
static int vtkTableFFT::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTableFFT::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkTableFFT* vtkTableFFT::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkTableFFT::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkTableFFT::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
virtual int vtkTableFFT::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
virtual vtkSmartPointer<vtkDataArray> vtkTableFFT::DoFFT |
( |
vtkDataArray * |
input | ) |
|
|
protectedvirtual |
Perform the FFT on the given data array.
The documentation for this class was generated from the following file: