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