VTK  9.3.20240423
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
65#ifndef vtkImageRFFT_h
66#define vtkImageRFFT_h
67
69#include "vtkImagingFourierModule.h" // For export macro
70
71VTK_ABI_NAMESPACE_BEGIN
72class VTKIMAGINGFOURIER_EXPORT vtkImageRFFT : public vtkImageFourierFilter
73{
74public:
75 static vtkImageRFFT* New();
77 void PrintSelf(ostream& os, vtkIndent indent) override;
78
79protected:
80 vtkImageRFFT() = default;
81 ~vtkImageRFFT() override = default;
82
85
86 void ThreadedRequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
87 vtkInformationVector* vtkNotUsed(outputVector), vtkImageData*** inDataVec,
88 vtkImageData** outDataVec, int outExt[6], int threadId) override;
89
90private:
91 vtkImageRFFT(const vtkImageRFFT&) = delete;
92 void operator=(const vtkImageRFFT&) = delete;
93};
94
95VTK_ABI_NAMESPACE_END
96#endif
topologically and geometrically regular array of data
Superclass that implements complex numbers.
Reverse Fast Fourier Transform.
~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:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.