|
ParaView
|
FFT for table columns. More...
#include <vtkTableFFT.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkTableFFT * | SafeDownCast (vtkObject *o) |
| static vtkTableFFT * | New () |
Protected Member Functions | |
| vtkTableFFT () | |
| ~vtkTableFFT () | |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual vtkSmartPointer < vtkDataArray > | DoFFT (vtkDataArray *input) |
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.
Definition at line 45 of file vtkTableFFT.h.
| vtkTableFFT::vtkTableFFT | ( | ) | [protected] |
| vtkTableFFT::~vtkTableFFT | ( | ) | [protected] |
| virtual const char* vtkTableFFT::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static int vtkTableFFT::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkTableFFT::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static vtkTableFFT* vtkTableFFT::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| static vtkTableFFT* vtkTableFFT::New | ( | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual void vtkTableFFT::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkTableFFT::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual vtkSmartPointer<vtkDataArray> vtkTableFFT::DoFFT | ( | vtkDataArray * | input | ) | [protected, virtual] |
Perform the FFT on the given data array.
1.7.5.1