ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::VnlFFTCommon::VnlFFTTransform< TImage > Struct Template Reference

#include <itkVnlFFTCommon.h>

List of all members.

Public Types

typedef vnl_fft_base
< TImage::ImageDimension,
typename TImage::PixelType > 
Base

Public Member Functions

 VnlFFTTransform (const typename TImage::SizeType &s)

Detailed Description

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

Convenience struct for computing the discrete Fourier Transform.

Definition at line 42 of file itkVnlFFTCommon.h.


Member Typedef Documentation

template<class TImage >
typedef vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType > itk::VnlFFTCommon::VnlFFTTransform< TImage >::Base

Definition at line 45 of file itkVnlFFTCommon.h.


Constructor & Destructor Documentation

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

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