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 =========================================================================*/
37 #ifndef vtkImageRFFT_h
38 #define vtkImageRFFT_h
39 
40 
41 #include "vtkImagingFourierModule.h" // For export macro
42 #include "vtkImageFourierFilter.h"
43 
45 {
46 public:
47  static vtkImageRFFT *New();
49 
50 
52 
58  int SplitExtent(int splitExt[6], int startExt[6],
59  int num, int total);
61 
62 protected:
65 
67  vtkInformation* out);
69  vtkInformation* out);
70 
71  virtual void ThreadedRequestData(
72  vtkInformation* vtkNotUsed( request ),
73  vtkInformationVector** inputVector,
74  vtkInformationVector* vtkNotUsed( outputVector ),
75  vtkImageData ***inDataVec,
76  vtkImageData **outDataVec,
77  int outExt[6],
78  int threadId);
79 private:
80  vtkImageRFFT(const vtkImageRFFT&); // Not implemented.
81  void operator=(const vtkImageRFFT&); // Not implemented.
82 };
83 
84 #endif
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
95 // VTK-HeaderTest-Exclude: vtkImageRFFT.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)
#define VTKIMAGINGFOURIER_EXPORT
Reverse Fast Fourier Transform.
Definition: vtkImageRFFT.h:44
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Superclass that implements complex numbers.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)