VTK
dox/Imaging/Fourier/vtkImageRFFT.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkImageRFFT.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00037 #ifndef __vtkImageRFFT_h
00038 #define __vtkImageRFFT_h
00039 
00040 
00041 #include "vtkImagingFourierModule.h" // For export macro
00042 #include "vtkImageFourierFilter.h"
00043 
00044 class VTKIMAGINGFOURIER_EXPORT vtkImageRFFT : public vtkImageFourierFilter
00045 {
00046 public:
00047   static vtkImageRFFT *New();
00048   vtkTypeMacro(vtkImageRFFT,vtkImageFourierFilter);
00049 
00050 
00052 
00058   int SplitExtent(int splitExt[6], int startExt[6],
00059                   int num, int total);
00061 
00062 protected:
00063   vtkImageRFFT() {}
00064   ~vtkImageRFFT() {}
00065 
00066   virtual int IterativeRequestInformation(vtkInformation* in,
00067                                           vtkInformation* out);
00068   virtual int IterativeRequestUpdateExtent(vtkInformation* in,
00069                                            vtkInformation* out);
00070 
00071   virtual void ThreadedRequestData(
00072     vtkInformation* vtkNotUsed( request ),
00073     vtkInformationVector** inputVector,
00074     vtkInformationVector* vtkNotUsed( outputVector ),
00075     vtkImageData ***inDataVec,
00076     vtkImageData **outDataVec,
00077     int outExt[6],
00078     int threadId);
00079 private:
00080   vtkImageRFFT(const vtkImageRFFT&);  // Not implemented.
00081   void operator=(const vtkImageRFFT&);  // Not implemented.
00082 };
00083 
00084 #endif
00085 
00086 
00087 
00088 
00089 
00090 
00091 
00092 
00093 
00094 
00095 // VTK-HeaderTest-Exclude: vtkImageRFFT.h