ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
itk::fftw::Proxy< float > Class Template Reference

#include <itkFFTWCommon.h>

Detailed Description

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

Definition at line 63 of file itkFFTWCommon.h.

Public Types

typedef fftwf_complex ComplexType
 
typedef float PixelType
 
typedef fftwf_plan PlanType
 
typedef Proxy< float > Self
 

Static Public Member Functions

static void DestroyPlan (PlanType p)
 
static void Execute (PlanType p)
 
static PlanType Plan_dft (int rank, const int *n, ComplexType *in, ComplexType *out, int sign, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_1d (int n, ComplexType *in, ComplexType *out, int sign, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_2d (int nx, int ny, ComplexType *in, ComplexType *out, int sign, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_3d (int nx, int ny, int nz, ComplexType *in, ComplexType *out, int sign, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_c2r (int rank, const int *n, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_c2r_1d (int n, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_c2r_2d (int nx, int ny, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_c2r_3d (int nx, int ny, int nz, ComplexType *in, PixelType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_r2c (int rank, const int *n, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_r2c_1d (int n, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_r2c_2d (int nx, int ny, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 
static PlanType Plan_dft_r2c_3d (int nx, int ny, int nz, PixelType *in, ComplexType *out, unsigned flags, int threads=1, bool canDestroyInput=false)
 

Static Public Attributes

static ITK_CONSTEXPR_VAR
SizeValueType 
GREATEST_PRIME_FACTOR = 13
 

Member Typedef Documentation

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

Definition at line 67 of file itkFFTWCommon.h.

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

Definition at line 66 of file itkFFTWCommon.h.

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

Definition at line 68 of file itkFFTWCommon.h.

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

Definition at line 69 of file itkFFTWCommon.h.

Member Function Documentation

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

Definition at line 355 of file itkFFTWCommon.h.

References itk::FFTWGlobalConfiguration::GetLockMutex().

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

Definition at line 351 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft ( int  rank,
const int *  n,
ComplexType in,
ComplexType out,
int  sign,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic
static PlanType itk::fftw::Proxy< float >::Plan_dft_1d ( int  n,
ComplexType in,
ComplexType out,
int  sign,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 256 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_2d ( int  nx,
int  ny,
ComplexType in,
ComplexType out,
int  sign,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 267 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_3d ( int  nx,
int  ny,
int  nz,
ComplexType in,
ComplexType out,
int  sign,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 284 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r ( int  rank,
const int *  n,
ComplexType in,
PixelType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic
static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r_1d ( int  n,
ComplexType in,
PixelType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 74 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_c2r_2d ( int  nx,
int  ny,
ComplexType in,
PixelType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 84 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,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 100 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c ( int  rank,
const int *  n,
PixelType in,
ComplexType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic
static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c_1d ( int  n,
PixelType in,
ComplexType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 165 of file itkFFTWCommon.h.

static PlanType itk::fftw::Proxy< float >::Plan_dft_r2c_2d ( int  nx,
int  ny,
PixelType in,
ComplexType out,
unsigned  flags,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 175 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,
int  threads = 1,
bool  canDestroyInput = false 
)
inlinestatic

Definition at line 191 of file itkFFTWCommon.h.

Member Data Documentation

ITK_CONSTEXPR_VAR SizeValueType itk::fftw::Proxy< float >::GREATEST_PRIME_FACTOR = 13
static

Definition at line 72 of file itkFFTWCommon.h.


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