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 =========================================================================*/
31 #ifndef vtkImageFFT_h
32 #define vtkImageFFT_h
33 
34 
35 #include "vtkImagingFourierModule.h" // For export macro
36 #include "vtkImageFourierFilter.h"
37 
39 {
40 public:
41  static vtkImageFFT *New();
43 
44 
46 
52  int SplitExtent(int splitExt[6], int startExt[6],
53  int num, int total);
55 
56 protected:
59 
61  vtkInformation* out);
63  vtkInformation* out);
64 
65  virtual void ThreadedRequestData(
66  vtkInformation* vtkNotUsed( request ),
67  vtkInformationVector** inputVector,
68  vtkInformationVector* vtkNotUsed( outputVector ),
69  vtkImageData ***inDataVec,
70  vtkImageData **outDataVec,
71  int outExt[6],
72  int threadId);
73 private:
74  vtkImageFFT(const vtkImageFFT&); // Not implemented.
75  void operator=(const vtkImageFFT&); // Not implemented.
76 };
77 
78 #endif
79 
80 
81 
82 
83 
84 
85 
86 
87 
88 
89 // VTK-HeaderTest-Exclude: vtkImageFFT.h
Store vtkAlgorithm input/output information.
virtual int SplitExtent(int splitExt[6], int startExt[6], int num, int total)
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual int IterativeRequestInformation(vtkInformation *in, vtkInformation *out)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
Fast Fourier Transform.
Definition: vtkImageFFT.h:38
#define VTKIMAGINGFOURIER_EXPORT
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Superclass that implements complex numbers.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)