VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageFFT.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageFFT.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
=========================================================================*/
31
#ifndef __vtkImageFFT_h
32
#define __vtkImageFFT_h
33
34
35
#include "
vtkImageFourierFilter.h
"
36
37
class
VTK_IMAGING_EXPORT
vtkImageFFT
:
public
vtkImageFourierFilter
38
{
39
public
:
40
static
vtkImageFFT
*
New
();
41
vtkTypeMacro(
vtkImageFFT
,
vtkImageFourierFilter
);
42
43
45
51
int
SplitExtent
(
int
splitExt[6],
int
startExt[6],
52
int
num,
int
total);
54
55
protected
:
56
vtkImageFFT
() {};
57
~vtkImageFFT
() {};
58
59
virtual
int
IterativeRequestInformation
(
vtkInformation
* in,
60
vtkInformation
* out);
61
virtual
int
IterativeRequestUpdateExtent
(
vtkInformation
* in,
62
vtkInformation
* out);
63
64
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
65
int
outExt[6],
int
threadId);
66
private
:
67
vtkImageFFT
(
const
vtkImageFFT
&);
// Not implemented.
68
void
operator=(
const
vtkImageFFT
&);
// Not implemented.
69
};
70
71
#endif
72
73
74
75
76
77
78
79
80
81
Generated on Sun Sep 9 2012 13:03:40 for VTK by
1.8.1.2