VTK  9.3.0
vtkImageRFFT.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
35 #ifndef vtkImageRFFT_h
36 #define vtkImageRFFT_h
37 
38 #include "vtkImageFourierFilter.h"
39 #include "vtkImagingFourierModule.h" // For export macro
40 
41 VTK_ABI_NAMESPACE_BEGIN
42 class VTKIMAGINGFOURIER_EXPORT vtkImageRFFT : public vtkImageFourierFilter
43 {
44 public:
45  static vtkImageRFFT* New();
47  void PrintSelf(ostream& os, vtkIndent indent) override;
48 
49 protected:
50  vtkImageRFFT() = default;
51  ~vtkImageRFFT() override = default;
52 
55 
56  void ThreadedRequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
57  vtkInformationVector* vtkNotUsed(outputVector), vtkImageData*** inDataVec,
58  vtkImageData** outDataVec, int outExt[6], int threadId) override;
59 
60 private:
61  vtkImageRFFT(const vtkImageRFFT&) = delete;
62  void operator=(const vtkImageRFFT&) = delete;
63 };
64 
65 VTK_ABI_NAMESPACE_END
66 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:52
Superclass that implements complex numbers.
Reverse Fast Fourier Transform.
Definition: vtkImageRFFT.h:43
~vtkImageRFFT() override=default
static vtkImageRFFT * New()
vtkImageRFFT()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
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
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.