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() override {}
42 
44  vtkInformation* out) 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) override;
54 private:
56  void operator=(const vtkImageFourierCenter&) = delete;
57 };
58 
59 #endif
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 // VTK-HeaderTest-Exclude: vtkImageFourierCenter.h
vtkThreadedImageAlgorithm::ThreadedRequestData
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,...
vtkImageFourierCenter::~vtkImageFourierCenter
~vtkImageFourierCenter() override
Definition: vtkImageFourierCenter.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkImageIterateFilter::IterativeRequestUpdateExtent
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
vtkImageFourierCenter
Shifts constant frequency to center for display.
Definition: vtkImageFourierCenter.h:33
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:39
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:33
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:80
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageDecomposeFilter.h