#include "vtkImageAlgorithm.h"
#include "vtkCNMRRImagingWin32Header.h"
Include dependency graph for vtkImageWindowingSource.h:

Go to the source code of this file.
Classes | |
| class | vtkImageWindowingSource |
| Creates various windows for windowing of FIR filters. More... | |
Defines | |
| #define | VTK_RECTANGULAR 0 |
| #define | VTK_BARTLETT 1 |
| #define | VTK_HANNING 2 |
| #define | VTK_HAMMING 3 |
| #define | VTK_BLACKMAN 4 |
| #define | VTK_FERMI 5 |
| #define | VTK_WELCH 6 |
| #define | VTK_BLACKMAN_HARRIS_ONE 7 |
| #define | VTK_BLACKMAN_HARRIS_TWO 8 |
| #define | VTK_BLACKMAN_HARRIS_THREE 9 |
| #define | VTK_CAUCHY 10 |
| #define | VTK_BOHMAN 11 |
| #define | VTK_FLATTOP 12 |
| #define | VTK_KAISER_BESSEL 13 |
| #define | VTK_HANNING_POISSON 14 |
| #define | VTK_GAUSSIAN 15 |
| #define | VTK_KAISER 16 |
| #define VTK_RECTANGULAR 0 |
Definition at line 47 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToRectangular().
| #define VTK_BARTLETT 1 |
Definition at line 48 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBartlett().
| #define VTK_HANNING 2 |
Definition at line 49 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToHanning().
| #define VTK_HAMMING 3 |
Definition at line 50 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToHamming().
| #define VTK_BLACKMAN 4 |
Definition at line 51 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBlackman().
| #define VTK_FERMI 5 |
Definition at line 52 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToFermi().
| #define VTK_WELCH 6 |
Definition at line 53 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToWelch().
| #define VTK_BLACKMAN_HARRIS_ONE 7 |
Definition at line 54 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBlackmanHarrisOne().
| #define VTK_BLACKMAN_HARRIS_TWO 8 |
Definition at line 55 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBlackmanHarrisTwo().
| #define VTK_BLACKMAN_HARRIS_THREE 9 |
Definition at line 56 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBlackmanHarrisThree().
| #define VTK_CAUCHY 10 |
Definition at line 57 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToCauchy().
| #define VTK_BOHMAN 11 |
Definition at line 58 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToBohman().
| #define VTK_FLATTOP 12 |
Definition at line 59 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToFlattop().
| #define VTK_KAISER_BESSEL 13 |
Definition at line 60 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToKaiserBessel().
| #define VTK_HANNING_POISSON 14 |
Definition at line 61 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToHanningPoisson().
| #define VTK_GAUSSIAN 15 |
Definition at line 62 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToGaussian().
| #define VTK_KAISER 16 |
Definition at line 63 of file vtkImageWindowingSource.h.
Referenced by vtkImageWindowingSource::SetWindowingTypeToKaiser().
1.4.7