VTK  9.0.1
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 
30 #include "vtkImagingFourierModule.h" // For export macro
31 
32 class VTKIMAGINGFOURIER_EXPORT vtkImageFourierCenter : public vtkImageDecomposeFilter
33 {
34 public:
35  static vtkImageFourierCenter* New();
37 
38 protected:
40  ~vtkImageFourierCenter() override {}
41 
43 
44  void ThreadedRequestData(vtkInformation* vtkNotUsed(request),
45  vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* outputVector,
46  vtkImageData*** inDataVec, vtkImageData** outDataVec, int outExt[6], int threadId) override;
47 
48 private:
50  void operator=(const vtkImageFourierCenter&) = delete;
51 };
52 
53 #endif
54 
55 // 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:40
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:32
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:41
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:32
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageDecomposeFilter.h