VTK
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=========================================================================*/
38#ifndef vtkImageRFFT_h
39#define vtkImageRFFT_h
40
41
42#include "vtkImagingFourierModule.h" // For export macro
44
45class VTKIMAGINGFOURIER_EXPORT vtkImageRFFT : public vtkImageFourierFilter
46{
47public:
48 static vtkImageRFFT *New();
50
51protected:
54
56 vtkInformation* out);
58 vtkInformation* out);
59
60 virtual void ThreadedRequestData(
61 vtkInformation* vtkNotUsed( request ),
62 vtkInformationVector** inputVector,
63 vtkInformationVector* vtkNotUsed( outputVector ),
64 vtkImageData ***inDataVec,
65 vtkImageData **outDataVec,
66 int outExt[6],
67 int threadId);
68private:
69 vtkImageRFFT(const vtkImageRFFT&) VTK_DELETE_FUNCTION;
70 void operator=(const vtkImageRFFT&) VTK_DELETE_FUNCTION;
71};
72
73#endif
74
75
76
77
78
79
80
81
82
83
84// VTK-HeaderTest-Exclude: vtkImageRFFT.h
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
Superclass that implements complex numbers.
Reverse Fast Fourier Transform.
Definition: vtkImageRFFT.h:46
static vtkImageRFFT * New()
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
virtual void ThreadedRequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *vtkNotUsed(outputVector), vtkImageData ***inDataVec, vtkImageData **outDataVec, int outExt[6], int threadId)
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.