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

#include <itkFFTWCommon.h>

List of all members.

Public Types

typedef fftw_complex ComplexType
typedef double PixelType
typedef fftw_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< double >

Definition at line 129 of file itkFFTWCommon.h.


Member Typedef Documentation

typedef fftw_complex itk::fftw::Proxy< double >::ComplexType

Definition at line 133 of file itkFFTWCommon.h.

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

Definition at line 132 of file itkFFTWCommon.h.

typedef fftw_plan itk::fftw::Proxy< double >::PlanType

Definition at line 134 of file itkFFTWCommon.h.


Member Function Documentation

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

Definition at line 205 of file itkFFTWCommon.h.

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

Definition at line 201 of file itkFFTWCommon.h.

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

Definition at line 160 of file itkFFTWCommon.h.

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

Definition at line 136 of file itkFFTWCommon.h.

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

Definition at line 143 of file itkFFTWCommon.h.

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

Definition at line 151 of file itkFFTWCommon.h.

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

Definition at line 193 of file itkFFTWCommon.h.

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

Definition at line 169 of file itkFFTWCommon.h.

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

Definition at line 176 of file itkFFTWCommon.h.

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

Definition at line 184 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