Orfeo Toolbox  3.16
Public Types | Static Public Member Functions
itk::fftw::Proxy< float > Class Template Reference

#include <itkFFTWCommon.h>

List of all members.

Public Types

typedef fftwf_complex ComplexType
typedef float PixelType
typedef fftwf_plan PlanType

Static Public Member Functions

static void DestroyPlan (PlanType p)
static void Execute (PlanType p)
static PlanType Plan_dft_c2r (int rank, const int *n, ComplexType *in, PixelType *out, unsigned flags)
static PlanType Plan_dft_c2r_1d (int n, ComplexType *in, PixelType *out, unsigned flags)
static PlanType Plan_dft_c2r_2d (int nx, int ny, ComplexType *in, PixelType *out, unsigned flags)
static PlanType Plan_dft_c2r_3d (int nx, int ny, int nz, ComplexType *in, PixelType *out, unsigned flags)
static PlanType Plan_dft_r2c (int rank, const int *n, PixelType *in, ComplexType *out, unsigned flags)
static PlanType Plan_dft_r2c_1d (int n, PixelType *in, ComplexType *out, unsigned flags)
static PlanType Plan_dft_r2c_2d (int nx, int ny, PixelType *in, ComplexType *out, unsigned flags)
static PlanType Plan_dft_r2c_3d (int nx, int ny, int nz, PixelType *in, ComplexType *out, unsigned flags)

Detailed Description

template<>
class itk::fftw::Proxy< float >

Definition at line 44 of file itkFFTWCommon.h.


Member Typedef Documentation

typedef fftwf_complex itk::fftw::Proxy< float >::ComplexType

Definition at line 48 of file itkFFTWCommon.h.

typedef float itk::fftw::Proxy< float >::PixelType

Definition at line 47 of file itkFFTWCommon.h.

typedef fftwf_plan itk::fftw::Proxy< float >::PlanType

Definition at line 49 of file itkFFTWCommon.h.


Member Function Documentation

static void itk::fftw::Proxy< float >::DestroyPlan ( PlanType  p)
inlinestatic

Definition at line 121 of file itkFFTWCommon.h.

static void itk::fftw::Proxy< float >::Execute ( PlanType  p)
inlinestatic

Definition at line 117 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r ( int  rank,
const int *  n,
ComplexType in,
PixelType out,
unsigned  flags 
)
inlinestatic

Definition at line 75 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r_1d ( int  n,
ComplexType in,
PixelType out,
unsigned  flags 
)
inlinestatic

Definition at line 51 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r_2d ( int  nx,
int  ny,
ComplexType in,
PixelType out,
unsigned  flags 
)
inlinestatic

Definition at line 58 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r_3d ( int  nx,
int  ny,
int  nz,
ComplexType in,
PixelType out,
unsigned  flags 
)
inlinestatic

Definition at line 66 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c ( int  rank,
const int *  n,
PixelType in,
ComplexType out,
unsigned  flags 
)
inlinestatic

Definition at line 108 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c_1d ( int  n,
PixelType in,
ComplexType out,
unsigned  flags 
)
inlinestatic

Definition at line 84 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c_2d ( int  nx,
int  ny,
PixelType in,
ComplexType out,
unsigned  flags 
)
inlinestatic

Definition at line 91 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c_3d ( int  nx,
int  ny,
int  nz,
PixelType in,
ComplexType out,
unsigned  flags 
)
inlinestatic

Definition at line 99 of file itkFFTWCommon.h.


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

Generated at Sun Feb 3 2013 03:01:28 for Orfeo Toolbox with doxygen 1.8.1.1