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 
32 #include "vtkImagingFourierModule.h" // For export macro
34 
36 {
37 public:
38  static vtkImageFourierCenter *New();
40 
41 protected:
44 
46  vtkInformation* out);
47 
48  virtual void ThreadedRequestData(
49  vtkInformation* vtkNotUsed( request ),
50  vtkInformationVector** vtkNotUsed( inputVector ),
51  vtkInformationVector* outputVector,
52  vtkImageData ***inDataVec,
53  vtkImageData **outDataVec,
54  int outExt[6],
55  int threadId);
56 private:
57  vtkImageFourierCenter(const vtkImageFourierCenter&); // Not implemented.
58  void operator=(const vtkImageFourierCenter&); // Not implemented.
59 };
60 
61 #endif
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 // 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:44
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
#define VTKIMAGINGFOURIER_EXPORT
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)