VTK  9.2.6
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 =========================================================================*/
94 #ifndef vtkImageFFT_h
95 #define vtkImageFFT_h
96 
97 #include "vtkImageFourierFilter.h"
98 #include "vtkImagingFourierModule.h" // For export macro
99 
100 class VTKIMAGINGFOURIER_EXPORT vtkImageFFT : public vtkImageFourierFilter
101 {
102 public:
103  static vtkImageFFT* New();
105  void PrintSelf(ostream& os, vtkIndent indent) override;
106 
107 protected:
108  vtkImageFFT() = default;
109  ~vtkImageFFT() override = default;
110 
113 
114  void ThreadedRequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
115  vtkInformationVector* vtkNotUsed(outputVector), vtkImageData*** inDataVec,
116  vtkImageData** outDataVec, int outExt[6], int threadId) override;
117 
118 private:
119  vtkImageFFT(const vtkImageFFT&) = delete;
120  void operator=(const vtkImageFFT&) = delete;
121 };
122 
123 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:163
Fast Fourier Transform.
Definition: vtkImageFFT.h:101
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
vtkImageFFT()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
static vtkImageFFT * New()
~vtkImageFFT() override=default
Superclass that implements complex numbers.
a simple class to control print indentation
Definition: vtkIndent.h:119
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.