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