ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::FFTImageFilterTraits< VnlForward1DFFTImageFilter > Struct Template Reference

#include <itkVnlForward1DFFTImageFilter.h>

Detailed Description

template<>
struct itk::FFTImageFilterTraits< VnlForward1DFFTImageFilter >

Definition at line 72 of file itkVnlForward1DFFTImageFilter.h.

Public Types

using FilterDimensions = std::integer_sequence< unsigned int, 4, 3, 2, 1 >
 
template<typename TUnderlying >
using InputPixelType = TUnderlying
 
template<typename TUnderlying >
using OutputPixelType = std::complex< TUnderlying >
 

Member Typedef Documentation

◆ FilterDimensions

using itk::FFTImageFilterTraits< VnlForward1DFFTImageFilter >::FilterDimensions = std::integer_sequence<unsigned int, 4, 3, 2, 1>

Definition at line 78 of file itkVnlForward1DFFTImageFilter.h.

◆ InputPixelType

template<typename TUnderlying >
using itk::FFTImageFilterTraits< VnlForward1DFFTImageFilter >::InputPixelType = TUnderlying

Definition at line 75 of file itkVnlForward1DFFTImageFilter.h.

◆ OutputPixelType

template<typename TUnderlying >
using itk::FFTImageFilterTraits< VnlForward1DFFTImageFilter >::OutputPixelType = std::complex<TUnderlying>

Definition at line 77 of file itkVnlForward1DFFTImageFilter.h.


The documentation for this struct was generated from the following file: