VTK  9.0.1
vtkImageFFT.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageFFT.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
29 #ifndef vtkImageFFT_h
30 #define vtkImageFFT_h
31 
32 #include "vtkImageFourierFilter.h"
33 #include "vtkImagingFourierModule.h" // For export macro
34 
35 class VTKIMAGINGFOURIER_EXPORT vtkImageFFT : public vtkImageFourierFilter
36 {
37 public:
38  static vtkImageFFT* New();
40 
41 protected:
43  ~vtkImageFFT() override {}
44 
47 
48  void ThreadedRequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
49  vtkInformationVector* vtkNotUsed(outputVector), vtkImageData*** inDataVec,
50  vtkImageData** outDataVec, int outExt[6], int threadId) override;
51 
52 private:
53  vtkImageFFT(const vtkImageFFT&) = delete;
54  void operator=(const vtkImageFFT&) = delete;
55 };
56 
57 #endif
58 
59 // VTK-HeaderTest-Exclude: vtkImageFFT.h
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
Fast Fourier Transform.
Definition: vtkImageFFT.h:36
int IterativeRequestInformation(vtkInformation *in, vtkInformation *out) override
void ThreadedRequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *vtkNotUsed(outputVector), vtkImageData ***inDataVec, vtkImageData **outDataVec, int outExt[6], int threadId) override
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
static vtkImageFFT * New()
~vtkImageFFT() override
Definition: vtkImageFFT.h:43
Superclass that implements complex numbers.
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.