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

#include <itkVnlForwardFFTImageFilter.h>

Detailed Description

template<>
struct itk::FFTImageFilterTraits< VnlForwardFFTImageFilter >

Definition at line 98 of file itkVnlForwardFFTImageFilter.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< VnlForwardFFTImageFilter >::FilterDimensions = std::integer_sequence<unsigned int, 4, 3, 2, 1>

Definition at line 104 of file itkVnlForwardFFTImageFilter.h.

◆ InputPixelType

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

Definition at line 101 of file itkVnlForwardFFTImageFilter.h.

◆ OutputPixelType

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

Definition at line 103 of file itkVnlForwardFFTImageFilter.h.


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