ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::VnlFFTCommon::VnlFFTTransform< TImage > Struct Template Reference

#include <itkVnlFFTCommon.h>

Detailed Description

template<typename TImage>
struct itk::VnlFFTCommon::VnlFFTTransform< TImage >

Convenience struct for computing the discrete Fourier Transform.

Definition at line 48 of file itkVnlFFTCommon.h.

+ Inheritance diagram for itk::VnlFFTCommon::VnlFFTTransform< TImage >:
+ Collaboration diagram for itk::VnlFFTCommon::VnlFFTTransform< TImage >:

Public Types

using Base = vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType >
 

Public Member Functions

 VnlFFTTransform (const typename TImage::SizeType &s)
 

Member Typedef Documentation

◆ Base

template<typename TImage >
using itk::VnlFFTCommon::VnlFFTTransform< TImage >::Base = vnl_fft_base<TImage::ImageDimension, typename TImage::PixelType>

Definition at line 50 of file itkVnlFFTCommon.h.

Constructor & Destructor Documentation

◆ VnlFFTTransform()

template<typename TImage >
itk::VnlFFTCommon::VnlFFTTransform< TImage >::VnlFFTTransform ( const typename TImage::SizeType &  s)

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