38 #ifndef __vtkTableFFT_h
39 #define __vtkTableFFT_h
42 #include "vtkImagingFourierModule.h"
43 #include "vtkSmartPointer.h"
50 virtual void PrintSelf(ostream &os, vtkIndent indent);
57 vtkInformationVector **inputVector,
58 vtkInformationVector *outputVector);
63 virtual vtkSmartPointer<vtkDataArray> DoFFT(vtkDataArray *input);
73 #endif //__vtkTableFFT_h
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.