ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkTableFFT Class Reference

FFT for table columns. More...

#include <vtkTableFFT.h>

Inheritance diagram for vtkTableFFT:
Inheritance graph
[legend]
Collaboration diagram for vtkTableFFT:
Collaboration graph
[legend]

List of all members.

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 vtkTableFFTSafeDownCast (vtkObject *o)
static vtkTableFFTNew ()

Protected Member Functions

 vtkTableFFT ()
 ~vtkTableFFT ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual vtkSmartPointer
< vtkDataArray
DoFFT (vtkDataArray *input)

Detailed Description

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.


Constructor & Destructor Documentation

vtkTableFFT::vtkTableFFT ( ) [protected]
vtkTableFFT::~vtkTableFFT ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: