VTK
vtkImageFourierCenter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageFourierCenter.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 =========================================================================*/
28 #ifndef __vtkImageFourierCenter_h
29 #define __vtkImageFourierCenter_h
30 
31 
33 
35 {
36 public:
37  static vtkImageFourierCenter *New();
39 
40 protected:
43 
45  vtkInformation* out);
46 
47  void ThreadedExecute(vtkImageData *inData, vtkImageData *outData,
48  int outExt[6], int threadId);
49 private:
50  vtkImageFourierCenter(const vtkImageFourierCenter&); // Not implemented.
51  void operator=(const vtkImageFourierCenter&); // Not implemented.
52 };
53 
54 #endif
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
Store vtkAlgorithm input/output information.
Shifts constant frequency to center for display.
#define VTK_IMAGING_EXPORT
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)