VTK  9.2.5
vtkImageRFFT.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageRFFT.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 =========================================================================*/
77 #ifndef vtkImageRFFT_h
78 #define vtkImageRFFT_h
79 
80 #include "vtkImageFourierFilter.h"
81 #include "vtkImagingFourierModule.h" // For export macro
82 
83 class VTKIMAGINGFOURIER_EXPORT vtkImageRFFT : public vtkImageFourierFilter
84 {
85 public:
86  static vtkImageRFFT* New();
88  void PrintSelf(ostream& os, vtkIndent indent) override;
89 
90 protected:
91  vtkImageRFFT() = default;
92  ~vtkImageRFFT() override = default;
93 
96 
97  void ThreadedRequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
98  vtkInformationVector* vtkNotUsed(outputVector), vtkImageData*** inDataVec,
99  vtkImageData** outDataVec, int outExt[6], int threadId) override;
100 
101 private:
102  vtkImageRFFT(const vtkImageRFFT&) = delete;
103  void operator=(const vtkImageRFFT&) = delete;
104 };
105 
106 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:163
Superclass that implements complex numbers.
Reverse Fast Fourier Transform.
Definition: vtkImageRFFT.h:84
~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:119
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.