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 =========================================================================*/
26 #ifndef vtkImageFourierCenter_h
27 #define vtkImageFourierCenter_h
28 
29 
30 #include "vtkImagingFourierModule.h" // For export macro
32 
33 class VTKIMAGINGFOURIER_EXPORT vtkImageFourierCenter : public vtkImageDecomposeFilter
34 {
35 public:
36  static vtkImageFourierCenter *New();
38 
39 protected:
41  ~vtkImageFourierCenter()VTK_OVERRIDE {}
42 
44  vtkInformation* out) VTK_OVERRIDE;
45 
47  vtkInformation* vtkNotUsed( request ),
48  vtkInformationVector** vtkNotUsed( inputVector ),
49  vtkInformationVector* outputVector,
50  vtkImageData ***inDataVec,
51  vtkImageData **outDataVec,
52  int outExt[6],
53  int threadId) VTK_OVERRIDE;
54 private:
55  vtkImageFourierCenter(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION;
56  void operator=(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION;
57 };
58 
59 #endif
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 // VTK-HeaderTest-Exclude: vtkImageFourierCenter.h
Store vtkAlgorithm input/output information.
Shifts constant frequency to center for display.
topologically and geometrically regular array of data
Definition: vtkImageData.h:39
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)