VTK  9.1.0
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=========================================================================*/
45#ifndef vtkImageFourierCenter_h
46#define vtkImageFourierCenter_h
47
49#include "vtkImagingFourierModule.h" // For export macro
50
51class VTKIMAGINGFOURIER_EXPORT vtkImageFourierCenter : public vtkImageDecomposeFilter
52{
53public:
56 void PrintSelf(ostream& os, vtkIndent indent) override;
57
58protected:
60 ~vtkImageFourierCenter() override = default;
61
63
64 void ThreadedRequestData(vtkInformation* vtkNotUsed(request),
65 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* outputVector,
66 vtkImageData*** inDataVec, vtkImageData** outDataVec, int outExt[6], int threadId) override;
67
68private:
70 void operator=(const vtkImageFourierCenter&) = delete;
71};
72
73#endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:157
Filters that execute axes in series.
Shifts constant frequency to center for display.
~vtkImageFourierCenter() override=default
void ThreadedRequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector, vtkImageData ***inDataVec, vtkImageData **outDataVec, int outExt[6], int threadId) override
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
static vtkImageFourierCenter * New()
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.