VTK
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Imaging/Fourier/vtkImageFourierCenter.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkImageFourierCenter.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 =========================================================================*/
00028 #ifndef vtkImageFourierCenter_h
00029 #define vtkImageFourierCenter_h
00030 
00031 
00032 #include "vtkImagingFourierModule.h" // For export macro
00033 #include "vtkImageDecomposeFilter.h"
00034 
00035 class VTKIMAGINGFOURIER_EXPORT vtkImageFourierCenter : public vtkImageDecomposeFilter
00036 {
00037 public:
00038   static vtkImageFourierCenter *New();
00039   vtkTypeMacro(vtkImageFourierCenter,vtkImageDecomposeFilter);
00040 
00041 protected:
00042   vtkImageFourierCenter();
00043   ~vtkImageFourierCenter() {}
00044 
00045   virtual int IterativeRequestUpdateExtent(vtkInformation* in,
00046                                            vtkInformation* out);
00047 
00048   virtual void ThreadedRequestData(
00049     vtkInformation* vtkNotUsed( request ),
00050     vtkInformationVector** vtkNotUsed( inputVector ),
00051     vtkInformationVector* outputVector,
00052     vtkImageData ***inDataVec,
00053     vtkImageData **outDataVec,
00054     int outExt[6],
00055     int threadId);
00056 private:
00057   vtkImageFourierCenter(const vtkImageFourierCenter&);  // Not implemented.
00058   void operator=(const vtkImageFourierCenter&);  // Not implemented.
00059 };
00060 
00061 #endif
00062 
00063 
00064 
00065 
00066 
00067 
00068 
00069 
00070 
00071 
00072 // VTK-HeaderTest-Exclude: vtkImageFourierCenter.h