18#ifndef itkVnlInverse1DFFTImageFilter_h
19#define itkVnlInverse1DFFTImageFilter_h
37template <
typename TInputImage,
38 typename TOutputImage =
75 template <
typename TUnderlying>
77 template <
typename TUnderlying>
84#ifndef ITK_MANUAL_INSTANTIATION
85# include "itkVnlInverse1DFFTImageFilter.hxx"
Templated n-dimensional image class.
TOutputImage OutputImageType
TInputImage InputImageType
Inverse1DFFTImageFilter()
Implements transparent reference counting.
Perform the FFT along one dimension of an image using Vnl as a backend.
void GenerateData() override
typename OutputImageType::RegionType OutputImageRegionType
VnlInverse1DFFTImageFilter Self
Inverse1DFFTImageFilter< TInputImage, TOutputImage > Superclass
VnlInverse1DFFTImageFilter()=default
typename Superclass::InputImageType InputImageType
SmartPointer< Self > Pointer
~VnlInverse1DFFTImageFilter() override=default
SmartPointer< const Self > ConstPointer
typename Superclass::OutputImageType OutputImageType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TUnderlying OutputPixelType
std::complex< TUnderlying > InputPixelType
std::integer_sequence< unsigned int, 4, 3, 2, 1 > FilterDimensions
Helper defining pixel traits for templated FFT image filters.