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:
44  ~vtkImageFourierCenter() override {}
45 
47  vtkInformation* out) override;
48 
50  vtkInformation* vtkNotUsed( request ),
51  vtkInformationVector** vtkNotUsed( inputVector ),
52  vtkInformationVector* outputVector,
53  vtkImageData ***inDataVec,
54  vtkImageData **outDataVec,
55  int outExt[6],
56  int threadId) override;
57 private:
59  void operator=(const vtkImageFourierCenter&) = delete;
60 };
61 
62 #endif
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 // 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:44
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkImageIterateFilter::IterativeRequestUpdateExtent
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
vtkImageFourierCenter
Shifts constant frequency to center for display.
Definition: vtkImageFourierCenter.h:36
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:33
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageDecomposeFilter.h