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 =========================================================================*/
29 #ifndef vtkImageFourierCenter_h
30 #define vtkImageFourierCenter_h
31 
32 
33 #include "vtkImagingFourierModule.h" // For export macro
35 
36 class VTKIMAGINGFOURIER_EXPORT vtkImageFourierCenter : public vtkImageDecomposeFilter
37 {
38 public:
39  static vtkImageFourierCenter *New();
41 
42 protected:
45 
47  vtkInformation* out);
48 
49  virtual void ThreadedRequestData(
50  vtkInformation* vtkNotUsed( request ),
51  vtkInformationVector** vtkNotUsed( inputVector ),
52  vtkInformationVector* outputVector,
53  vtkImageData ***inDataVec,
54  vtkImageData **outDataVec,
55  int outExt[6],
56  int threadId);
57 private:
58  vtkImageFourierCenter(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION;
59  void operator=(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION;
60 };
61 
62 #endif
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 // 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:45
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)